html, body {
	font-family:Verdana, Geneva, sans-serif;
	
font-size:9px;
	
position:relative;
	
min-width:700px;
	
margin:0; 
}



#outermostwrapper {
	width:700px;
	
margin:0 auto;
	
border-left:5px solid #fff;
	
border-right:5px solid #fff;
	o
utline:3px solid #fff;
height: 680px;
}



#wraper {
	width: 700px;
	
/*padding:30px;
	margin:0px;*/ 
	
align: center;
	background-color: #69bd44;
	
position: absolute;
	
left:50%;
	
margin-left:-350px;
	
top: 0px;
	
border-left:1px solid #369bd44;
height: 680px;
	
border-right:1px solid #69bd44;
height: 680px;
	
}


#contenido
{
	width: 700px;
	
/*padding:30px;
	margin:0px;*/ 
	
align: center;
	background-color:#69bd44;
	
position: absolute;
	
left:50%;
	
margin-left:-350px;
	
top: 0px;
}