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

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

#header{
	
}

#header_top {
	height: 65px;
	background: #22245f;	
}

#header_middle {
	height: 270px;
}

#footer {
	height: 15px;
	background: #22245f;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
}

.clear {
	clear: both;
}

#main {
	background: url(../img/bg.jpg);
	/*padding-bottom: 20px;*/
}
