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

body {
	background: #FFACAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 1000px;
	height: 100%;
	background-color: #FFACAC;
	margin: auto;
	margin-top: 15px;
	
}

#header {
	width: 840px;
	height: 90px;
	background-image: url(http://www.2girls1cup.nl/2girls1cuplogo.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

#content {
	width: 700px;
	height: 100%;
	background-color: #E95353;
	padding-top: 10px;
	overflow: hidden;
	margin: auto;
	float: left;
}

#inleiding {
	width: 620px;
	background-color: #8F0000;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFACAC;
	padding: 5px;
}

#reclameboven {
	width: 660px;
	margin: auto;
}


#reclamelinks {
	width: 210px;
	float: left;
}

#reclamerechts {
	width: 160px;
	float:left;
}

#reclameonder {
	width: 520px;
	margin: auto;
}

#filmpje {
	width: 620px;
	margin: auto;
	padding-top: 30px;
}



#flash {
	position:fixed;
	bottom:0px;
	right:40px;
}

a:link { color: #FFF; text-decoration: none; }
a:visited { color: #CCC; text-decoration: none;}
a:hover { color: #CCCCCC; text-decoration:blink;}
a:active { color: #CCC; text-decoration: underline;}
