@charset "UTF-8";
body {
	margin:0px;
	background-color: #2C5AA2;
	color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container{
	margin-left:0px;
	margin-right:auto;
	width:800px;
}
div#header  {
	width: 800px;
	padding: 0px;
	position: fixed;
	top:0px;
	left:0px;
}  
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  
div#header h1   {
	margin:0px;
	text-align: right;
}  

.title{
	float:left;
	margin-left:10px;
}
.text{
	width:400px;
	float:right;
	padding-top: 160px;
}
.text p{
	font-size:75%;
	line-height:1.3em;
}
.top{
	margin-top:0px;
}
.copyright{
	clear:both;
	font-size:10px;
	text-align:right;
}
p.discr {
	font-size: 80%;
	padding-left:34px;
}
.discr a {
	color: #FFCC00;
}
.discr a:hover{
	color:#FFFFFF;
}
.container .text img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

