html, body {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #E1E9F0 !important;
	background-image: url(/images/common/background.gif);
	background-position: center;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #163070;
}

body.nocenter {
	background: none;
	background-image: url(/yachtinsurance/images/common/background_nocenter.gif);
}

body.nocenter #slogan {
	display: none;
}

a {
	color: #163070;
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 960px;
	height: 590px; 
	/* 622 */
	position: absolute;
	border: 1px solid #986387;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -480px;
}

.nocenter #container {
	left: 0px;
	top: 0px;
	margin: 0px;
}

.footer {
	position: absolute;
	top: 574px;
	margin-left: 315px;
	margin-bottom: 10px;
	width: 325px;
	text-align: center;
}