body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0c4064;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
}
#wrapper {
	position: relative;
	width: 600px;
	margin: auto;
}
#header {
	position: absolute;
	height: 354px;
	width: 601px;
	left: 0px;
	top: 0px;
}
#content {
	position: relative;
	width: 601px;
}
#footer {
	position: relative;
	height: 60px;
	width: 601px;
}
.texthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D5888;
	padding-right: 10px;
	padding-left: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
