@charset "utf-8";
/* CSS Document */

body {
background-color: #FFFFFF;
	background-position:center;
}


#wrapper { 
 margin: 0 auto;
 width: 905px;
}


#header
{
background-image: url(image/header.png);
width:905px;
height:244px;
}




#body

{
background-image: url(image/body_background.png);
background-position:center;
background-repeat:repeat-y;
background-attachment:fixed;
width:905px;
height:100%;

}


#footer
{
	background-image: url(image/footer.png);
	width:905px;
	height:206px;
	line-height:1.2;
	text-decoration:none;
	color:#FFFF00;
	
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: overline underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

a.footerlink{
	color: #CCCCCC;}