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

body {
	background-color: #E7E2B2;
	}
	
#wrapper { 
    width: 1024px; 
    height: 768px; 
    position: absolute; 
    right: 50%; top: 50%; 
   } 

#content { 
    width: 1024px; 
    height: 768px; 
    position: absolute; 
    left: 50%; bottom: 50%; 
   } 

.sub {
	font-weight: bold;
}