header {
	width: 100%;	
}

	div#blue_band {
		width: 100%;
		height: 5px;
		background: #0076c4;
	}
	
	div#red_band {
		width: 100%;
		height: 19px;
		background: #f12123;
	}
	
section#content {
	width: 100%;
	height: 704px;
	margin-top: 50px;
	background-image: url("/images/landing/landing_bg.jpg");
	background-repeat: no-repeat;
}

	div#main_content {
		height: 600px;
		width: 700px;
		margin: 50px;	
		padding-top: 50px;
		position: relative;
		
		color: white;
		font-family: Arial, sans-serif;
		font-size: 15px;
		z-index: 1;
	}
	
		div#main_content h1 {
			margin: 0px;
			position: absolute;	
			left: 0px;			
			top: 50px;
			font-weight: bold;
			line-height: 50px;
			text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
			z-index: 11;
		}
		
			div#main_content h1 span.first {
				font-size: 60px;	
			}
			
			div#main_content h1 span.last {
				font-size: 69px;	
			}
			
		div#ie_title {
			margin: 0px;
			position: absolute;
			left: 0px;
			top: 50px;
			z-index: 10;
			font-weight: bold;
			line-height: 46px;
			color: black;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
				progid:DXImageTransform.Microsoft.Blur(pixelradius=4, enabled='true');
			z-index: 10;
		}

			div#ie_title span.first {
				font-size: 60px;	
			}
			
			div#ie_title span.last {
				font-size: 69px;	
			}
			
		p#list_intro {
			margin-top: 150px;	
		}
		
		div#main_content ul {
			margin: 0px;
			padding-left: 16px;	
			line-height: 23px;
		}
		
			div#main_content ul li {
				padding-left: 6px;	
			}
			
		div#buttons {
			width: 320px;
			position: absolute;
			left: -2px;
			bottom: 110px;
		}	
		
			img#back_button {
				position: absolute;
				top: 0px;
				left: 0px;	
			}
			
			img#launch_button {
				position: absolute;
				top: 0px;
				right: 0px;
			}

		footer {
			width: 550px;
			height: 30px;
			position: absolute;
			left: 0px;
			bottom: 20px;	
			
			color: #709fc5;
			font-size: 20px;
		}
		
			footer a {
				color: #709fc5;
				text-decoration: none;
			}
			
			footer a:hover {
				color: #709fc5;
				text-decoration: underline;
			}
		
			img#megalug {
				position: absolute;
				bottom: 11px;
				right: 0px;	
			}