
body{
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-color: #000000;
	text-align:center;
	margin: 0;
	padding: 0;
}
#container{
margin: 0 auto;
	width: 100%;
	height: 100%;
}
#logo{
	background-color:#000000;
	background-image:url(../images/texturebg.jpg);
	background-repeat:no-repeat;
	height:649px;
	margin:40px auto 0;
	overflow:hidden;
	padding:11px 0 0 0;
	width:1007px;
}
#footer{
	width: 1006px;
	bottom: 0px;
	height: 30px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 5px auto;
	text-align:right;
}
a:link, a:visited{
	color: #ffffff;
}
a:hover{
	color: #9AC2B9;
}