hr.hidden {height:1px; border:none; visibility:hidden; margin:0px; clear:both;}
.right,.float-right {float:right;}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
a {
	color:  #06326d;
	text-decoration: underline;
	}
	
	a:hover {
	color:  red;
	text-decoration: underline;
	}
	
#header {
	width: 100%;
	background: url('../img/toptile.jpg');
	height: 280px;
	}
	
	#face {
		float: left;
		width: 45%;
		height: 280px;
		background: url('../img/top.jpg') top center;
		}
		
	#main_auth {
		float: right;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		color: grey;
		letter-spacing: -0.4px;
		margin: 15px 100px 0px 0px;
		line-height: 39px;
		}
		
		#main_auth a {
			color: #666;
			text-decoration: undeline;
			}
			
			#main_auth a:hover {
				color: red;
				}
				
			#main_auth #main_auth_enter {
				display: inline-block;
				background: url('../img/login.gif') no-repeat 0px 1px;
				padding-left: 40px;
				font-weight: bold;
				}
				
	#header #name {
		position: absolute;
		background: url('../img/black_left.png') top left;
		left: 45%;
		top: 55px;
		height: 225px;
		right: 3% !important;
		}
		
		#header #name #name_corner {
			float: right;
			width: 13px;
			height: 225px;
			background: url('../img/black_right.png');
		}
		
		#header #name h1 {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 35px;
			font-weight: normal;
			color: #FFF;
			margin: 40px 0px 0px 22px;
			}
			
			#header #name h1 a {
				color: #fff;
				text-decoration: none;
			}
			
		#header #name h2 {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 15px;
			font-weight: normal;
			margin: 10px 0px 0px 25px;
			color: white;
			}
			
#footer {
	clear: both;
	margin: 30px 70px 0px 70px;
	border-top: 1px grey solid;
	}
	
	#counters {float:right;}
	
	#footer div {
		margin: 20px 20px 0px 20px;
		color: grey;
		}
	