body { 
	margin:0;
	padding:0;
	background:#000 url(images/background.gif);
	}

a img { 
	border:none; 
	}
a, a:visited { 
	color:#000;
	text-decoration:none;
	outline:none;
	}
a:hover { 
	color:#000;
	text-decoration:underline;
	}
	
#frontpage {
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 165px;
	}

#wrapper {
	width: 800px ;
	margin: 0 auto ;
	}

#header {
	height: 403px;
	}
	
#contents {
	background: #000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	}

#left_col { 
	color: #FFF;
	background: #121212;
	float:left;
	font-size: 11px;
	display:inline;
	width:550px;
	}

#right_col { 
	color: #FFF;
	background: #000;
	float:right;
	display:inline;
	width:250px;
	}
	
#footer {
	font-size: 12px;
	height: auto;
	width: auto;
	background: #0c7d8e;
	}
	
#copyright {
	color: #000;
	padding: 2px 5px;
	}

#title {
	color: #1f1f1f;
	padding: 0px 5px;
	}
	

	
.clearfix:after { 
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}

* html .clearfix { 
	height: 1% 
		}
		
.clearfix {
	display:block;
	}