body {
		background-color: black;		
		text-align:center;
		color:red;
		}
	
	#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:black;
		}
	
	#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(BlackDay/MainPicture.jpg); 
		background-position: 0px 100px;
		background-repeat: no-repeat;	
		}
	
	#rightcontent {
		color:white;
		width:200px;
		height:1000px;
		float:left;
		background:black;
		}

	#leftheader {
		width:200px;
		height:120px;
		padding:0px;
		float:left;
		background:black;
		}
	
	#centerheader {
		width:600px;
		height:120px;
		padding:0px;
		float:left;
		background:black;
		background-image: url(BlackDay/codgerLogo.jpg); 
		background-position: center top;
		background-repeat: no-repeat;
		}
	
	#rightheader {
		width:170px;
		height:120px;
		padding:0px;
		float:left;
		background:black;
		}
		
	p,pre {
		color:white;
		font-size:90%;
		margin:0px 10px 10px 10px;
		}

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

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

	h1 {
		color:red;
		font-size:130%;
		padding:0px;
		}

	h2 {	
		color:white;
		font-size:110%;
		font-style:italic;
		padding-top:10px;
		}

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