/* Created by Creato.biz for the exclusive needs of Dekada Digital */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	text-align: center;
	color: #fff;
	background: #01497f;
}

#main {
	margin: 80px 0 0 0;
	width: 100%;
	min-width: 1000px;
	height: 419px;
	background: url(bg.jpg) repeat-x;
	display: block;
}

#main img {
	float: right;
	border: none;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	clear: both;
}

h1 a {
	color: #87CEFA;
	text-decoration: none;
	background: #01497f;	
	text-align: center;
}

h1 a:hover {
	color: #87CEFA;
	text-decoration: underline;
	background: #01497f;
}

p img {
	border: none;
}

#valid {
	margin-top: 50px;
	width: 99%;
	clear: both;
	display: block;
}

#valid img {
	float: right;
}