/*
Title	: Club52
Author	: Vincent Kessels, vincent@roquin.nl
Version	: 1.0
--------------------------------------------------------*/

/* Import
--------------------------------------------------------*/
@import url("dmail-subscription.css");


/* Styles
--------------------------------------------------------*/
body {
	background: #ffffff url(../images/css/club52/bg-header.gif) repeat-x left top;
	font-size: 62.5%;
	}
	
body#home {
	background: #050505 url(../images/css/club52/bg-header.gif) repeat-x left top;
	}
	
#logo {
	background: url(../images/css/club52/logo-club52.gif) no-repeat left top;
	height: 176px;
	width: 353px;
	}
	#logo img {
		display: none;
		}
	#logo span {
		display: block;
		height: 176px;
		width: 353px;
		}

#slogan {
	background: url(../images/css/club52/slogan.gif) no-repeat left top;
	height: 23px;
	left: 505px;
	top: 93px;
	width: 328px;
	}
		
#home h2 {
	font-size: 2.2em;
	}
	
#register {
	background: #212121;
	border: 1px solid #c4c6cb;
/*	height: 58px;*/
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 225px;
	width: 198px;
	z-index: 50;
	}
	
#register p,
#register ul {
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 0;
	}
	
a {
/*	color: #ffcc00;*/
	color: #6543bc;
	}

/*
#mainnav a {	
	font-weight: bold;
}

#mainnav ul.level2 {
	border: 1px solid #fff;
	border-top: none;
	margin-left: -1px;
	padding: 0;
}

#mainnav ul.level2 a:hover {
	background: #daae01;
	color: #372d04;
	text-decoration: none;
	}
*/