html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img{border:0px;}



#page{
 margin:0px auto;/* center the div*/
 width:621px; 
 background-color:#000000; /* Temporal */
 
}

#header{
 width:621px;
 height:228px;
 float:left;

 background-image:url(../images/header-bg.jpg);
 background-repeat:no-repeat;
}

#logo{
 width:280px;
 height:40px;
 float:left;
 
 padding-top:33px;
 padding-left:306px;
}

#home{
 	width:71px;
	height:26px;
 	float:left;
 	
 	padding-top:139px;
 	padding-left:0px;
}

#home li{
 	display:inline;
 	margin:0px;
 	padding:0px;
	background-repeat:no-repeat;
}

#home ul{
	 list-style:none;
}
 
#about_me{
  	width:65px;
 	height:19px;
  	float:left;
  	
  	padding-top:122px;
  	padding-left:18px;
}

#about_me li{
 	display:inline;
 	margin:0px;
 	padding:0px;
	background-repeat:no-repeat;
}

#about_me ul{
	 list-style:none;
}

#music{
  	width:68px;
 	height:26px;
  	float:left;
  	
  	padding-top:104px;
  	padding-left:18px;
}

#music li{
 	display:inline;
 	margin:0px;
 	padding:0px;
	background-repeat:no-repeat;
}

#music ul{
	 list-style:none;
}

#gallery{
  	width:73px;
 	height:26px;
  	float:left;
  	
  	padding-top:53px;
  	padding-left:165px;
}

#gallery li{
 	display:inline;
 	margin:0px;
 	padding:0px;
	background-repeat:no-repeat;
}

#gallery ul{
	 list-style:none;
}

#links{
  	width:98px;
 	height:33px;
  	float:left;
  	
  	padding-top:29px;
  	padding-right:30px;
  	padding-left:8px;
}

#links li{
 	display:inline;
 	margin:0px;
 	padding:0px;
	background-repeat:no-repeat;
}

#links ul{
	 list-style:none;
}

#page_body{
 margin-top:5px;
 width:621px;
 height:407px;
 float:left;

 background-image:url(../images/page-body-bg.jpg);
 background-repeat:no-repeat;
 background-color:#359dff;
}

#content{
width:560px;
height:400px;
margin-top:15px;
margin-left:50px;
float:left;

}

#footer{
 width:621px;
 height:174px;
 float:left;

 background-image:url(../images/footer-bg.jpg);
 background-repeat:no-repeat;
}

#contact{
 width:103px;
 height:21px;
 float:right;
 
 margin-right:32px;
 margin-top:80px;

}

body{
 font-family: Verdana; 
 font-size: 12px; 
 margin:0px;
 margin-left:-58px;
 padding:0px;
 background-image:url(../images/body-bg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 
 background-color:#000000;
 color:#FFFFFF;
}