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

body {
	margin:0; 
	background-color:#FFE9D9;
	font:75%  Georgia, "Times New Roman", Times, serif;
	}

#containerhome {
	background:url(back.jpg);
	border:10px #dd899f solid;
	position:relative; 
	width:800px;
	height:600px; 
	margin:0 auto;
	margin-top:20px; 
	color:#808080;
	} 
	
#container {
	position: relative; 
	width:295px;
	height:575px; 
	margin:0 auto; 
	border:0px; 
	padding:15px; 
	}
	
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #B83E63; 
	margin-top:20px; 
	margin-bottom:5px; 
	}
	
#container h2 {
	font-size:1em; 
	font-weight:bold; 
	margin:0px; 
	color:999999;
	}
	
#missy {
	position:absolute;
	margin:0;
	left:0;
	top:0;
	}
	
#top {
	padding-top:15px;
}
	
#leftarrow {
	position:absolute;
	left:95px;
	bottom:90px;
	}
	
#rightarrow {
	position:absolute;
	left:160px;
	bottom:90px;
}
	


