/* CSS Document */
body {
	background-image: url(assets/images/back.jpg);
	margin: 10px;
	padding: 0px;
}
#container {
       width:90%;
       min-width    : 800px;
       height:100%;
       margin-left:auto;
       margin-right:auto;
       margin-bottom:0px;
       padding:0px;
}
#footer {
	background-image: url(assets/images/head-back.gif);
        margin-top:3px;     
        clear:both;
        vertical-align:bottom;
        height:50px;
        overflow:hidden;
}
#hleft {
	background-image: url(assets/images/head-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 191px;
	float: left;
	width: 6%;
}
#hright {
	background-image: url(assets/images/head-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 191px;
	float: right;
	width: 6%;
}
#fot {
        width:80%;
	padding: 0px;
        margin:0px;
        height:50px;
	float: left;
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	padding-top: 20px;
        font-size:12px;
        color:#fff;
        display:block;

}
#fot a:visited {
        color:#F83FCC;
}
#fot a:link {
        color:#88FFCC;
}
.clear {
        height:0;
        visibility:hidden;
        content: ".";
        display:block;
        clear:both;
}