@charset "UTF-8";

body {
	background:#000000;	
	}
	
#wrapper {
	position:absolute;
	background:#000000;
	border: 0;
	width:900px;
	height:610px;
	top: 4%;
	left: 8%;
	}
	
#leftie {
	position: absolute;
	margin: 100px 0 0 0;
	padding:188px 9px 0 50px;
	}
	
#nav_rock {
	position: absolute;
	align: center;
	bottom:130px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	left: 5%;
	right: 5%;
	bottom:90px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #660000;
	border-right-style: none;
	border-left-style: none;
	padding: 5px 0px 0px 0px;
	}

#carre_left {
	background-color:#FF3333;
	margin-left:10%;
	margin-right:60%;
	}

#carre_right
{
	position: absolute;
	margin: 160px 0 0 250px;
	}
	

a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Courier New, Courier;
    }
	
a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Courier New, Courier;
} 

a:hover {
	color: #FFCC99;
	text-decoration:none;
	font-family: Courier New, Courier;
    }
	
a:active { 
	color: #FFCC99;
 text-decoration:none;
 font-family: Courier New, Courier;
 }
 

