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

body {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: arial;
	color: #666;
	background:url(../images/bg_01.jpg) center no-repeat #000;
}

h1 {
text-indent: -90000px;
line-height:0;
}

A:link {
	text-decoration: none; color: #FF33FF;
	}
A:visited {
	text-decoration: none ; color: #FF33FF;
	}
A:active {
	text-decoration: none; color: #FF33FF;
	}
A:hover {
	text-decoration: underline; color: #FF33FF;
	}

select {
	font-size:10px;
	}

#centrecontainer {
	position: absolute;
	margin:0 auto;
	width: 100%;
	position:absolute;
	text-align:center;
}

#logo {

}

.continue {
	width:180px;
	height:23px;
	background: #000;	
	border:#dc2cdc 1px solid;
	text-align:center;
	color:#dc2cdc;
	font-size:11px;
	font-weight:bold;
	display:inline-block;
	}
	
#dob {
	position:relative;
	width: 279px;
	height:220px;
	background:url(../images/age-box.gif) no-repeat;
	padding:30px 0 0 0;
	margin:0 auto;
	text-align:center;
}

#importedby {
	padding:10px 0 0 0;
	}

#copyright {
	padding:10px 0 20px 0;
	}


#blanket {
background-color:#111;
opacity: 0;
filter:alpha(opacity=0);
position:absolute
z-index: 9001;
margin:0 auto;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#000;
border: 1px #fff solid;
width:725px;
height:330px;
padding:10px;
margin:0 auto;
z-index: 9002;
}



.fl {
	float:left;
}
.fr {
	float:right;
	}
.clearboth {
	clear:both;
	}
	
#social {
	position: relative;
	width:295px;
	height: 88px;
	margin: 0 auto;
	text-align:center;
}
#social p{
	padding:5px;
}
.designedby {
	float:left;
	padding:0;
	font-size: 80%;
	line-height: 0px;
	text-indent:-999999px;
}
