/* CSS Document */
html{
background-color:#333333;
	height:100%;
}

body{
   font: 100%;
 height:auto;
	margin: 0;
	padding: 0;
	background-position:center top;
	
		background-repeat:repeat-y;
		background-color:#000000;
}


#all {
 height:100%;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	text-align: center;

}




#all_center{


font: 100%;
 height:100%;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	text-align: center;
	width:960px;

background-repeat:repeat;

}

#footer{
	
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	text-align: center;
	background-color:#000000;
}
