@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
	background-position:center;
}


#wrapper { 
 margin: 0 auto;
 width: 905px;
}


#header
{
background-image: url(Images/header.jpg);
width:905px;
height:255px;
}


#navbar

{
background-image: url(Images/navbar.jpg);
width:905px;
height:90px;
}



#body

{
background-image: url(images/body.jpg);
background-repeat:repeat-y;
width:905px;
height:100%;
}


#footer
{
	background-image: url(images/footer.jpg);
	width:905px;
	height:122px;
	line-height:1.1;
	text-decoration:none;
	color:#FFFF00;
	
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

