@charset "utf-8";
/* CSS Document */
<style type="text/css">
	h1 {color:black; text-align:center; margin-top:0;}
	h1 a {text-decoration: none;color:black; text-align:center;}
	p {color:#666; text-align:justify;}
	body {
	background: #f4f4f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	.wrapper {width:100%; margin: 0 auto; padding: 20px;}
	.container {
		background: #fff;
		border-radius: 5px;
		border: solid 1px #eee;
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
		padding:40px;
		width:700px;
		margin:60px auto 0px auto;
	}
	pre, code {
		font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
		font-size: 12px;
		color: #333;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px; overflow: scroll; }
	code { padding: 2px 4px; background-color: #F7F7F9; border: 1px solid #E1E1E8; color: #D14; }
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #00adee;
}
a:active {
	text-decoration: none;
	color: #333333;
}


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

#header{
width: 100%;
height:77px;
padding:10px 0;
margin: auto;
position: relative;
z-index: 1000;
background:url("../ust.png");
}

#header-root{
width: 1100px;
height:77px;
padding:0;
margin:0 auto;
}

#content-container {
margin-bottom: 80px;
width: 980px;
height: auto;
min-height: 300px;
padding-bottom: 40px;
margin: 2% auto 0 auto;
background: none;
}

#footer {
bottom:0px;
height:30;
right:0%;
left:0%;
position:fixed!important;
position:absolute;
width=100%;
top:expression((0-(footer.offsetHeight)+
(document.documentElement.clientHeight?
document.documentElement.clientHeight:
document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?
document.documentElement.scrollTop:document.
body.scrollTop))+'px');
text-align:center;
visibility:visible;
background-color: #ddd;
}

#footer p{padding:0; margin:0; height:10px;}

</style>
