html, body
{
	display: block;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D2E6F4;
}
		
		h1, h2, h3, h4, h5, h6
		{
			color: #0594C8;
		}
				
				h2, h3, h4, h5, h6
				{
					font-weight: 300;
				}
				
		
		p
		{
			color: #BCD3E2;
			font-weight: 200;
			letter-spacing: .16ex;
		}
		
		#mainContainer
		{
			display: block;
			width: 960px;
			margin: 0 auto 70px auto;
			padding: 0;
		}
				
				h1#masthead
				{
					display: block;
					width: 523px;
					height: 350px;
					background-image: url(images/makerator_fish_523x350.png) !important;
					background-repeat: no-repeat;
					margin: 70px auto -2em;
					padding: 0;
				}
						h1#masthead strong
						{
							visibility: hidden;
						}
				
				
				#mainContent
				{
					text-align: center;
				}
						
						#mainContent h2
						{
							font-weight: 500;
							color: rgba(5, 148, 200, 1.0);
							text-shadow: 0 0 6px rgba(5, 148, 200, 0.6);
						}
						
						#mainContent p
						{
							font-size: 1.1em;
							text-shadow: 0 0 6px rgba(5, 148, 200, 1);
						}
						
						#screenshot
						{
							margin: 1.5em 0 0 -.5em;
						}
						
						
						
				
				
		
		
		

