body,
html {
margin:0;
padding:0;
color:#fff;
background: url(bg.jpg) no-repeat center top fixed #000; 
text-align:left;

}

a, a:link, a:visited	{ 
color: #ffda31;
text-decoration:none; 
}

a:hover	{
color: #fff;
text-decoration:none;
}

#wrap {
width:998px;
margin:0 auto;
background:#000;
}

#header {
background:#000;
}

#about {
padding:5px 10px;
background:#000;
}

#footer {
background:#000;
padding:5px 10px;
clear:both;
}

#left {
float:left;
width:385px;
background:#000;
}

#right {
float:right;
width:595px;
background:#000;
}

#footer {
clear:both;
}