/* coding and design by Yann Seznec :: http://www.theamazingrolo.net */

/* body and layout */

	body {
background-color: #000;
background: url(images/stormclouds.jpg);

}
	
	#container {
margin: auto;
width: 900px;
height: auto;
min-height: 740px;
padding: 0px;
background: #000;


}

	#header {
margin:auto;
width: 900px;
height: 250px;
font-size: 100px;
color: #ffb400;
background: url(images/out.gif) repeat-x;


}


	#left {
float: left;
width: 310px;
margin: auto;
padding: 0px;
text-align: center;
}

	#line {
height: 4px;
width: 800px;
text-align: center;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
margin: auto;
	
}

	#right {
float: right;
width: 590px;

font-size: 100px;
text-align: left;
color: #fff;


}




	#footer {
width: 100%;
height: 37px;
clear: both;
color: #333;
font-family: arial, Helvetica,sans-serif; 
margin: auto;
text-align: center;
font-size: 15px;
}




/* fonts and such*/

	h1 {

font-size: 135px;
margin: auto;
text-align: center;

font-family: 'Anton', sans-serif;
}

	h2 {
font-size: 60px;;
margin: auto;
text-align: center;
background: #000;
font-family: 'Anton', sans-serif;
}


	p {
font-family: arial, Helvetica,sans-serif; 
font-size: 20px;
}

	a {
color: #ffb400;
text-decoration: none;
}
	a:hover {


	
	
li {

}