body {
	font-family: helvetica, arial, verdana;
	font-size: 10px;
	text-align: center;
	margin:0;
	color:#838280;
	background-color:#000;
	background-image: url(images/bg.jpg);
    background-attachment: fixed;
	}
	
a{
	font-weight:bold;
	text-decoration:none;
    color:#838280;
    }
	
a:hover{
	text-decoration:underline;
	}

#first {
	margin:auto; 
	overflow:visible; 
	width:200px; 
	position:relative;
	}

#site {
	margin:auto; 
	overflow:visible; 
	width:750px; 
	position:relative;
	}

#foot {
	float:left;
	}