/* CSS Document */
body{
	background-image:url(images/bck.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin-top:0px;
	}
	
#base{
	width:1000px;
	height:635px;
	margin:auto;
	}

#footer{
	text-align:right;
	width:1000px;
	height:20px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-top:10px;
	}

a.fotter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
	
a.fotter:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
