
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;
	width:1007px;
}
#footer{
	bottom:0;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	height:30px;
	margin:5px auto;
	text-align:right;
	width:1006px;
}
#footer .footer_left{
    display: block;
    float: left;
    width: 24%;
	text-align:left;
}
#footer .footer_left span{
    display: block;
    float: left;
    margin: 2px 3px 0 0;
    padding: 0;
    position: relative;
}
#footer .footer_right{
    display: block;
    float: right;
    width: 53%;
}
a:link, a:visited{
	color: #ffffff;
}
a:hover{
	color: #9AC2B9;
}
