/* default */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #748B9C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

	a:hover {
		color: #2A5576;
		border-bottom: 1px solid #2A5576;
	}
	
	a:active {
		top: 1px;
	}

/* layout */

#container {
	width: 100%;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#content {
	background: url(../images/logo.png) top no-repeat;
	width: 700px;
	height: 120px;
	margin-top: -100px;
	margin-left: -350px;	
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding-top: 80px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px #2A5575;
	padding: 0px;
	margin-bottom: 20px;
}
