body{
	background: url(images/bg-main.gif) #000;
	text-align: center;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;}
	
#header {
	margin:40px auto 20px;
	width: 700px;
	text-align:left;
	border: 0px solid white;
	overflow: auto;}	
	
#header-left {
	float: left;
	width: 200px;
	text-align:left;
	border: 0px solid red;}		

#header-right {
	float:right;
	width: 420px;
	margin-top:10px;
	border: 0px solid green;
	text-align: right;
	padding-right: 3px;}

#header-right a {
	border-bottom: 0px;}

#content{
	margin:0px auto;
	width: 700px;
	background:#000;
	text-align: left;
	padding: 10px 10px 40px;}
	
h1 {
	font-family: arial, helvetica, Verdana, sans-serif;
	letter-spacing: .01em}	
	
a { 
	color:#FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration:none;}	

a:hover { 
	text-decoration: none;
	border-bottom: 0px solid #FFF;}	
	
#header-right a img {
	border: 0px;}
	
#header-right a:hover img {
	border: 0px;}		