	/*****************************
		Main & Body Containers
	*****************************/
	body{
		background-color: black;
		font-family: arial;
	}
	
	#main{
		position: relative;
		width: 1000px;
		text-align: left;
		
		
		background-image: url('pix/eclipse.jpg');
		background-repeat: no-repeat;
		background-position: 100 0;
		
	}
	
	/*****************************
		Main Navigation
	*****************************/
	ul#mainNav{
		color: white;
		position: absolute;
		top: 200px;
	}
	
	ul#mainNav li{
		list-style-type: none;
		margin-top: 5px;
	}
	
	ul#mainNav li a{		
		cursor: pointer;
		display: block;
		height: 25px;
		color: white;
		text-decoration: none;
	}	
	
	ul#mainNav li a:hover{
		color: purple;
		font-weight: bold;
	}	
	
	/*****************************
		Header
	*****************************/
	#header{
		color: white;
		text-align: center;
		position: relative;
		top: 50px;
	}
	
	h1.title{
		color: white;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	
	p.huge{
		font-size: 48px;
		margin: 0;
		padding: 0;
	}
		
	
	/*****************************
		Content Container
	*****************************/
	#content{
		color: white;
		Xbackground-color: red;
		width: 750px;
		position: relative;
		top: 120px;
		left: 200px;
		padding: 10px;
	}
	
	/*****************************
		Display Overrides
	*****************************/		
	
	h4{
		color:white;
	}
	
	a{
		color: white;
	}
	
	/*****************************
		Misc.
	*****************************/	
	
	.screenshotBox {
		border: 1px solid gray;  
		padding: 5px; 
		width: 200px;
		margin:10px;
	}
				
	.thumbnail{
		border: none;
	}
	
	.translucentBox{
		padding:20px;
		background: url('pix/translucentBackground.png');
		border: 1px solid grey;

		color: white;
	}
	