html{
	height: 100%;
}

body {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0;
	background: #0D5197;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D5197;
	height: 80%;
}

/* Wrapper */

#wrapper {
	margin-right: 0px;
}

/* Page */

#page {
	width: 100%;
	background: #FAE532;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

#page-bg {
}

/* Content */

#header {
	width: 100%;
	height: 155px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 15px;
	background: #FAE532;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	
}

#content {
	position: absolute;
	width: 90%;
	padding: 20px 10px 0px 10px;
}

#contentBody{
	display: block;
	padding-left: 0px;
	padding-top: -30px;
}