@charset "utf-8";
/* CSS Document */

body {
	background: #f7f7f7;
	font-family: 'Droid Sans', Verdana, sans-serif;
}

* {
	margin:0px; 
	padding:0px;
}

div#topline{
 height: 6px;
 background-color: #810000;
}

div#wrapper {
	width: 800px;
	height: 240px;
	padding: 0px;
	margin: -200px 0 0 -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}

div#logo {
	margin-bottom: 20px;
}

p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}

h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

a {
	color: #990000;
	font-size: 13px;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: underline;
}