body,html 
{ 
	height: 100%; 
	padding:0px;
	margin:0px;
	overflow:auto;
	overflow-x:hidden;
}

body, div, p  
{
	font-family: "Century Gothic", Arial, Verdana, Helvetica;
	font-size: 12px;
	color:#cecece;
}

img { display:block; }
a img { border:0px; }
body
{
	background-color:#000000;
}

h1 
{ 
	font-size:16px; 
	font-weight:normal;
	margin-bottom:40px; 
  
  	font-variant:small-caps;
	font-stretch:expanded;	
}

div#page 
{ 
	margin:0px; padding:0px;
	/* background-image:url(images/homepage.gif); */
	background-repeat:no-repeat;
	background-position:top left;
	width:1024px;
	height:768px;
}

div#pagetext
{
	margin: 120px 0px 0px 310px;
	width:675px;
}

div.clear { clear:both; }

/* ------------- v2 styles --------- */

div.pageTop 
{
	width:1024px;
	height:547px;
	position:absolute;
	top:0px; left:0px;
	background-image:url(img/bg_top.gif);
	z-index:1;
	margin-bottom:336px;
}

div.pageFoot
{
	width:1024px;
	height:336px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0; /* below top */
	background-image:url(img/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}


div.logo
{
	position:absolute;
	left:645px; top:12px;
	width:363px; height:119px;
	z-index:5;
}

/* page bgs */
div.homepage
{
 	background-image:url(images/backdrops/back_homepage.jpg);
}

div#extreme_dating
{
	position:absolute;
	left:57px;	top:50px; 
	width: 284px;
	height:94px;
	z-index:100;
}

div#menu
{
	position:absolute;
	left:116px; top:117px;
	width: 900px; height:95px;
	z-index:1;
}

div#menu a
{
	float:left;
	margin:0px 50px 0px 0px;
}

/*
div#menu a:hover
{
	background-image:url(images/linkbg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
*/
