@charset "UTF-8";

html, body {
	height:100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	border: none;
    text-align: center;
	/*background-repeat:no-repeat;
	background-attachment:absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url(../files/1.jpg);*/
   }
   
#top-bar {
	margin-top:100px;
	width:100%;
	height:20px;
	background-color: #fff8c2;
	z-index:-999;
}
   
#topo {
	top:20;
	width:100%;
	height:30px;
}

h0
{
position:fixed;
right:0px;
bottom:-20px;
z-index:-1;
}

h01
{
position:fixed;
left:0px;
top:0px;
z-index:-1;
height:182px;
}

#main {
	position:relative;
	width: 100%;
	min-height: 100%;
}

#header {
	position: relative;
	width: 960px;
	height: 181px;
	margin: 0px 0px 0px 60px;
}

#logo {
	float: left;
	width: auto;
	height: auto;
	margin-right: 65px;
}

#content {
	position: relative;
	width: 685px;
	padding-bottom:60px;
	margin-left: 280px;
}


#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	
}

#footer-content {
	width:685px;
	margin-left:280px;
	height:40px;
	background-color: #eeeeee;
	
}

#footer-info {
	float:left;
	position:relative;
	width:685px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	color:#555555;
	font:normal 8pt helvetica, arial, verdana;
}
