#content {
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-color: #CCC;
	width: 925px;
	margin-left: -462.5px;
	position:absolute;
	left:50%;
	color: #333;
	top: 0px;
}
body {
	background-color: #B4B4B6;
	background-image: url(../images/bgsliver.jpg);
	background-repeat: repeat-x;
}
#headmast {
	background-image: url(../images/headmast.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 100%;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
