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

html { 
	background-image:url(../images/bg2.jpg);
	background-color:#CCC;
	font-family: 'Roboto Condensed', 
	sans-serif;
	font-size:14px;
	color:#651B1A;
	text-align:justify;
	text-align:center;
	
}
#wrapper { 
	width:800px; 
	height:350px; 
	margin-left:auto; 
	margin-right:auto; 
	top:100px; 
	float:none;
	position:relative;
}
#inside { 
	width:800px; 
	height:350px; 
	top:60px; 
	float:none;
	position:relative;
	padding:35px 35px 35px 35px;
	background-color:#FFF; 
	opacity:0.5;
	box-shadow: 3px 3px 15px black;
	z-index:1;

}
#layout{
	width:790px; 
	height:340px; 
	background-color:#FFF; 
	z-index:2;
	float:left;
	position:absolute;
	top:70px;
	left:10px;
	padding:30px 30px 30px 30px; opacity:0.9;
}
#enter a{
	font-family:Arial, Helvetica, sans-serif;
	width: 75px;
	height: 10px;
	border: 2px solid #651b1a; 
	padding:2px 5px 7px 5px;
	margin-top:5px;
	float:left;
	position:relative;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#651b1a;
	text-align:center;
}
#enter a:hover{ 
	color:#666;
	border: 2px solid #666; 
}
img {border: none;
}
#logo { 
	width:503px; 
	height:141px; 
	margin-left:140px; 
	margin-top:30px; 
	background-image:url(../images/logo2.png);
	cursor:pointer;

}
#logo:hover{ 	
	width:503px; 
	height:141px; 
	margin-left:140px; 
	margin-top:30px; 
	background-image:url(../images/logogrey.png);
	cursor:pointer;

}
#content { 
	width:700px; 
	height:130px; 
	margin-left:35px; 
	margin-top:30px;

}
h1 { 
	font-family: 'Roboto Condensed', 
	sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#A1562C;
	top:10px;
	letter-spacing:0px;
	text-align:center;
	

}
span{ margin-left:auto; margin-right:auto; position:relative; float:left; left:320px;
}