body {
		background-color: black;		
		text-align:center;
		color:yellow;
		}
	
	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#leftcontent {
		color:white;
		width:200px;
		height:1000px;
		padding:0px;
		float:left;
		background-image: url(AstronautDay/astronautborder.jpg); 
		background-position: center top;
		}
	
	#centercontent {
		color:white;
		width:600px;
		height:1000px;
		padding:0px;
		float:left;
		background:black;
		}

	#centerhome {
		color:white;
		width:600px;
		height:1000px;
		padding:0px;
		float:left;
		background:black;
		background-image: url(AstronautDay/MainPicture.jpg); 
		background-position: 0px 100px;
		background-repeat: no-repeat;	
		}
	
	#rightcontent {
		color:white;
		width:200px;
		height:1000px;
		padding:0px;
		float:left;
		background-image: url(AstronautDay/astronautborder.jpg); 
		background-position: center top;
		}

	#leftheader {
		width:200px;
		height:120px;
		padding:0px;
		float:left;
		background-image: url(AstronautDay/astronautborder.jpg); 
		background-position: center top;
		}
	
	#centerheader {
		width:600px;
		height:120px;
		padding:0px;
		float:left;
		background:black;
		background-image: url(AstronautDay/codgerlogo.jpg); 
		background-position: center top;
		background-repeat: no-repeat;		
		}
	
	#rightheader {
		width:200px;
		height:120px;
		padding:0px;
		float:left;
		background-image: url(AstronautDay/astronautborder.jpg); 
		background-position: center top;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		

	hr{ 
		color:yellow;
		background-color: yellow; 
		width: 90%; 
		height: 3px; 	
		border: 0;
		} 

	A:visited {color:gray}
	A:active {color:black}
	A:link {color:white;}
	A:hover {color:yellow;}


	h1 {
		color:yellow;
		font-size:130%;
		padding-top:0px;
		}
		
	h2 {	
		color:white;
		font-size:115%;
		font-style:italic;
		padding-top:10px;
		}

	h3 {	
		color:white;
		font-size:100%;
		}
	
	h4 {	
		color:white;
		font-size:75%;
		font-style:italic;
		}

	h5 {	
		color:white;
		font-size:75%;
		}

	menu1 {	
		color:white;
		font-size:120%;
		padding-top:0px;
		margin:0px 10px 10px 10px;
		}

	p {	
		color:white;
		font-size:90%;
		padding-top:10px;
		}