@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #1d0000 url(/images/bg-love.jpg) top repeat-x;
	text-align: center;
	width: 100%;
	height: 100%;
}

#holder {
	min-width: 1100px;
	width: auto !important;
	width: 1100px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	background: none;
}

#content {
	font: 13px "Gotham Book", Geneva, Arial, Helvetica, sans-serif;
	color: #417c8d;
	width: 925px;
	height: 510px;
	position: relative;
	top: -15px;
	left: 89px;
	padding-bottom: 20px;
	background: none;
}
