html,body {
	margin:0;
	padding:0;
	height:100%; 
	background-color:#f9c297;
	font-family: calibri;
	font-size:small;
	color: white;
}

div#container {
	position:relative; 
	margin:0 auto; 
	background:url("deg.png") repeat-x;
	height:auto !important; 
	height:100%; 
	min-height:100%; 
}

div#header {
	background:url("clouds.png") repeat-x;
	width: 100%;
	height: 321px;
	margin: 0 auto;
}

#content_center{
	margin-left: 15%;
	margin-right: 15%;
	margin-top: -65px;
	background:url("trans.png");
	border: 2px solid white;
	min-height: 500px;
	
}
	#content_center h1{text-align: center;}
	#content_center h2{margin-left: 30px; margin-right: 30px; text-align: justify;}
	#content_center a{color: white; text-decoration: none; font-size: 22px;}
	#content_center a:hover{color: white; text-decoration: underline;}
	#content_center table {margin-left: 30px; margin-right:30 px; font-size: 18px;}
	#content_center center, th {font-size: 22px;}
	#content_center iframe {float: right; margin-right: 30px; margin-bottom: 30px;}

#menu_2{
	float:left;;
	border-right: 2px solid white;
	margin-left: 30px;
	width: 200px;
}	

div#menu
{
	margin: 0 auto;
	width: 683px;
	height: 50px;
}

div#footer {
	width:100%;
	background: url("grass.png") repeat-x;
	height:298px;
	background-position: left;
}

td {
	vertical-align: top;
}