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

body {
	margin:0; 
	background-color:#FFFFFF;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	}

#containerhome {
	background:url(back.jpg);
	position:relative; 
	width:800px;
	height:600px;
	margin:0 auto;
	margin-top:20px; 
	border:0px #B9B9B9 solid; 
	color:#B9B9B9;
	} 
	
#container {
	position: relative;
	width:350px;
	height:570px; 
	margin:0 auto;  
	left:150px;
	padding:15px; 
	background-color:#333333;
	}

#container img {
	padding-top:10px;
	}
	
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FF9966; 
	margin-top:20px; 
	margin-bottom:5px; 
	}
	
#container h2 {
	font-size:1em; 
	font-weight:bold; 
	margin:0px; 
	color:999999;
	}
	
#text {
	padding-top:100px;
	}
	
#text a {
	text-align:right;
	}
	
a:link {  
	text-decoration: none; 
	color:#FF9966;
	}
a:visited {  
	text-decoration: none; 
	color:#FF9966;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#336699;
	}
acronym {
	border-bottom: none;
	}
	
#arrow {
	padding-top:15px;
	}	
	
.left {
	position:absolute;
	left:120px;
	bottom:30px;
	}
	
.right {
	position:absolute;
	left:190px;
	bottom:30px;
	}
	


