* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body { 
	background: url(../images/main_bg.jpg) top center no-repeat;
	background-color: #000;	
	color:#fff;                                    
	font: 12px 'Arial', Lucida Grande, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

#container {
	background: url(../images/content_bg.jpg) top left no-repeat;
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 715px;
}

.content {
	position: relative;
	height: 600px;
}

.footer {
	padding-top: 30px;
	position: relative;
	height: 150px;
	color: #cccccc;
	font-size: 10px;
	font-family: 'Georgia';
}

.footer a {
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	color: #a1b6c4;
}

.footer a:hover {
	font-size: 11px;
	text-decoration: underline;
	font-style: italic;
	color: #cddbe5;
}

.blue {
	background: url(../images/price_blue.png) top left no-repeat;
	width: 350px;
	height: 57px;
	position: absolute;
	top: 275px;
	left: 130px;
	color: #a3c9e1;
	padding: 7px 0 0 107px;
}

.pink {
	background: url(../images/price_pink.png) top left no-repeat;
	width: 350px;
	height: 57px;
	position: absolute;
	top: 275px;
	left: 505px;
	color: #de7bb5;
	padding: 7px 0 0 107px;
}

.enter {
	background: url(../images/enter.png) top left no-repeat;
	width: 269px;
	height: 84px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	position: absolute;
	left: 540px;
	top: 35px;
}

.ad1 {
	background: url(../images/offer_blue.png) top left no-repeat;
	width: 328px;
	height: 241px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top: 335px;
	left: 120px;
}

.ad2 {
	background: url(../images/offer_pink.png) top left no-repeat;
	width: 340px;
	height: 241px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top: 335px;
	left: 505px;
}