body, html{
background-color: #eeeeee;
background-image: url(../imgs/rainures.gif);
background-position:bottom;
background-repeat:repeat-x;
padding : 0px;
margin : 0px;
}

.container{
	width : 820px;
	height : 410px;
	position : absolute;
	left : 50%;
	top : 50%;
	margin-left : -410px;
	margin-top : -290px;
}

img{
	border : none;
}

.version{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.footer{
	 position: absolute;
	 bottom : 30px;
	 right : 5px;
}

a{
	text-decoration: none;
	color : #ba0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover{
	text-decoration: none;
	color : #ba0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}