body, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	background: #07486D url(images/back.jpg) top left repeat-x;
	background-color: #07486D;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	margin: 0px;
}
a {
	text-align: center;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
#noborder{
	border: none;
}
#container {
	width: 1000px; 
	margin: auto;
	color: black;
}

#content {
	width: 1000px; 
	height: 430px;
	margin: auto;
	color: white;
	border: 1px solid black;
	background-color: black;	
}


