/* CSS Document */
body{
	padding:0px;
	margin:0px auto;
	display:block;
	background-color:#ffacd0;
	font-family:sans-serif;
	font-size:80%;
	color:#ffffff;
}

/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
	background-image: url(../images/bk02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
}

/*CONTAINER*/
div#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
text-align:left;
}

*html div#container{
	width:800px;
	margin-left:0px;
	margin-right:0px;
text-align:left;
}



div#main{
width:800px;
position:relative;
display:block;
text-align:center;
left:0px;
}


*first-child+html div#main{
width:800px;
position:relative;
display:block;
text-align:center;
left:0px;
}


div#header{
	width:800px;
}

/*
*first-child+html div#header{
	position:relative;
	left:-120px;	
}

*html div#header{
	position:relative;
	left:0px;	
}
*/


div#spec{
	width:800px;
}

div.official{
width:800px;
text-align:right;
margin-top:50px;
padding-bottom:20px;
}


div#footer{
	width:800px;
}