/*
Theme Name: XTREME
Theme URI: http://www.awink.nl/
Description: x-treme21.nl
Version: 1.0
Author: Erik-Jan Wink
Author URI: http://www.awink.nl/
Tags: Custom made
*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000;
	color:#333;
	text-align: left;
	font-size:10px;
	}

#header {
	width:550px;
	height:350px;
	position:absolute;
	margin:0 auto;
	top:-500px;
	left:100px;
	overflow:hidden;
	}

#header_logo_container {
	background-color:#FFF;
	width:200px;
	height:310px;
	overflow:hidden;
	z-index:1;
	float:left;
	position:absolute;
	left:175px;
	top:0px;
	}
#header_logo {
	background-image:url(../../wp-content/themes/xtreme/images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:170px;
	height:170px;
	overflow:hidden;
	z-index:1;
	float:left;
	position:absolute;
	left:15px;
	top:65px;
	}
#header_footer {
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:200px;
	height:30px;
	overflow:hidden;
	z-index:1;
	float:left;
	position:absolute;
	left:175px;
	top:310px;
	}
#header_choose_left, #header_choose_right  {
	width:143px;
	height:38px;
	overflow:hidden;
	z-index:1;
	float:left;
	position:absolute;
	left:-300px;
	top:135px;
	}
#header_choose_right{
	left:410px;
	left:810px;
}