body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #025C5C;
	margin:50px 0px; padding:0px;
	text-align:center;
	background-color: #ECE9D8;
}

#container {
	background-image: url(/assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#00A6A6;
	width:750px;
	margin:0px 0px;
	text-align:left;
	border:1px dashed #333;
}
#content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:75px;
}


a:link {
	color: #D80C29;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D80C29;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F43E59;
	text-decoration: underline overline;
	font-weight: bold;
}
a:active {
	color: #D80C29;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	text-align:center;
	padding-bottom: 10px;
}
