* {
 margin: 0px;
 padding: 0px;
} 

body, html {
 margin:0;
 padding:0;	
 background-color: #421363;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 height: 100%;
 width: 100%;
}

.links {
 color: #ce3c15;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none; 
}

.links:hover {
 color: #988366;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none; 
}

.container_body {
 position: absolute;
 left: 50%;
 top: 0px;
 height: 100%;
 width: 680px;
 margin-left: -340px;
 border: solid 0px #000000;
}