/* CSS layout by Marie (meandraine.net) */	

body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFF;
}
  	
a, a:link, a:visited {
	color: #93875D;
	font-weight: bold;       
	text-decoration: none;
	background: transparent;
}

a:hover, a:active {
	color: #999966; 
	font-weight: normal;     
	text-decoration: none;
	background: transparent;
}

img { border: 0px; }

#main {
	width: 300px;
        position: absolute;
        left: 3%;
        top: 2%;
padding: 0; 
	text-align: center;
border: 1px solid #000000;
}
#top {
	width: 300px;
	height: 384px;
	margin: 0;
	padding: 0;
	background: url("banners/rotate.php") no-repeat;
border-bottom: 1px solid #000000;
}
#right {
float: left;
	position: relative;
	top: 70px;
	left: 335px;
width: 100px;
height: 350px;

}


input, textarea, select { 
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 9px;            
	padding: 1px;
	color: #000000;  
	background-color: #999966;
}













