/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


html{
	background: #bec8ce url(../img/18plus/bg.png) top center repeat-y;
	
}

body{
	background:   url(../img/18plus/bg_html.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img{
	border: none;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#header{
	width: 760px;
	height: 252px;
	margin: 0 auto 30px;
	background: url(../img/18plus/banner.png) no-repeat;
}

#content{
	width: 760px;
	margin: 0 auto;
}

#content h1{
	font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
	color: #288cb6;
}

#content p{
	width: 420px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#check18{
	width: 400px;
	margin: auto;
}

#buttons{
	width: 150px;
	margin: 35px auto 0;
}

#buttons a{
	margin-bottom: 20px;
}

#jongerbutton{
	background: url(../img/18plus/jonger1.png) no-repeat;
	height: 28px;
	width: 150px;
	display: block;
	text-indent: -9999em;
}


#ouderbutton{
	background: url(../img/18plus/ouder1.png) no-repeat;
	height: 28px;
	width: 150px;
	display: block;
	text-indent: -9999em;
}

.hookers{
	font-weight: bold;
	background: url(../img/18plus/icon_hookers.png) no-repeat;
	height: 15px;
	padding: 0 0 0 16px;
	margin-left: 4px;
	color: #000;
}
