/* CSS Reset */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

html {
	/* min-height:101%; */
	overflow-y: scroll;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #ffffff;
	background: #000;
}

.bg {
	background: #000 url(images/bg.png) no-repeat;
	width: 855px;
	height: 650px;
	margin: 0 auto;
}

p, .bg, #img-logo, #img-couple, #img-enter{
	display: none;
}

.logo, .couple, .enter, p {
	text-align: center;
}

.logo h1, .enter a {
	display: block;
	text-indent: -10000px;
	margin: 0 auto;	
}

.logo {
	padding-top: 30px;
	height: 79px;
}

.couple {
	margin: 44px 0 10px 0;
	height: 296px;
}

.enter {
	width: 86px;
	height: 43px;
	margin: 0 auto;
}

.disclaimer {
	margin-top: 40px;
}

#img-logo {
	/* 	zoom: 1; */
	width: 464px;
	height: 296px;
	margin: 0 auto;
	display: none;
}

#img-couple span img {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/couple.png', sizingMethod='scale');
	width: 464px;
	height: 296px;	
}

.logo h1 {
	background: transparent url(images/logo.png) no-repeat;
	width: 232px;
	height: 79px;
}

.enter a {
	background: transparent url(images/enter.png) no-repeat;
	width: 86px;
	height: 43px;
}