html {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0; padding: 0;
	color: #032b46;
	height: 100%;
	background: #032b46 url(../media/page-background2.jpg) repeat-x;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* Page structure */
#container_top {
	height: 590px;
}

