body{
     	background-color: #FFF;
        text-align:center;
        margin: 0px;
        padding: 0px;
}
.top{
     	background-image: url(./back.jpg);
        background-repeat: repeat-x;
}
div.wrap{
        width:860px;
        margin: 0 auto;
}
div.sheild{
	position:absoute;
        width: 100%;
        height:100%;
        background-color: #DBDBDB;
        opacity:0.75;
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
}
div.footer{
	width: 850px;
        margin: 0 auto;
        font: normal 14px Arial;
        color: #505050;
        border-top: 1px solid #E5E5E5;
}
div.footer div{
        margin: 8px 0px 0px 0px;
        text-align:left;
	float:left;
}
div.footer p{
	margin: 0px;
        font: normal 12px Arial;
        color: #505050;
}
div.footer p a{
	color: #505050;
}
div.footer p.siteby{
	font: normal 9px Arial;
	color: #505050;
}
div.footer p.siteby a{
	font: normal 9px Arial;
	color: #505050;
}

