body 
{ 
	background-image: url(../image/background.gif); 
	background-repeat: repeat-y; 
	background-attachment: fixed; 
	z-index: -200;
	background-position: center 0; 
}

#wrapper
{
	
	z-index: 10;
	text-align: center;
	width: 955px;
	margin: 0 auto;
}

#header
{
	background-image: url(../image/header.gif);
	background-attachment:scroll;
	background-repeat: no-repeat;  
	background-position: top center;
	width: 955px;
	height:100px;
	text-align: center;
	z-index: 100;
}


#menu
{
	width: 955px;
	text-align: center;
	z-index: 100;
	margin-bottom: 30px;
}

#container
{
	width: 100%;
	float: left;
	margin-right: -290px;
	z-index: 1;
}

#contents
{
	text-align: left;
	margin: -7 300px 0 0; 
	/*margin: -7 300px 0 15px; */
	padding: 0em 0 3em 0; 
	position: relative;
	z-index: 1;
}

#sidebar
{
	padding: 3.5em 0;
	padding-left:5px;
	width: 230px;
	float: left;
	z-index: 1;
}

#footer
{
	clear: both;
	background-image: url(../image/footer.gif);
	background-attachment:scroll;
	background-repeat: no-repeat;  
	background-position: top center;
	width: 955px;
	height:50px;
	text-align: center;
	z-index: 100;
	padding-top: 15px;
}

#footer p
{
	padding: 0.5em 0;
}

#pan
{
	margin-left:10px;
}

div#t-right { 
	text-align: right;  
    right:0;  
    top:0;  
    width: 680px;  
} 
