body {
		background-color: #999;
    text-align: center;
		}


A:link { 
color : #FF9933
FONT-WEIGHT:900;
}
A:active { color : #FF9933}
A:visited { color : #FF9933}

.Container{
	
	position:relative; 
	width: 50em; 
	margin-left: auto;
	margin-right: auto; 
	top: -15px;
	
	
}

.Main{
	
	
	posistion:absolute; 
	background-image:url(../bg.png); 
	background-repeat: no-repeat; 
	width: 810px; 
	height: 680px; 
	top: 20px;
	
	}

.Menu{
	position: absolute; 
	width: 164px; 
	height: 430px; 
	z-index: 10; 
	left: 15px; 
	top: 120px;
	
	}

.Content{
	 position: absolute; 
	 background-image: url(../panel.png); 
	 background-repeat: no-repeat; 
	 width: 590px; 
	 height: 470px; 
	 z-index: 1; 
	 left: 200px; 
	 top: 150px;
	
	
}

.ContentText
{
FONT-SIZE: 10pt; 
COLOR: #666666; 
FONT-FAMILY: Arial;
LETTER-SPACING: -0.2pt; 
text-align: Left;
FONT-WEIGHT: 400;

position: absolute; 
width: 560px; 
height: 100px; 
z-index: 1; 
left: 15px; 
top: 52px;

}


/* Flat Textboxes */

.flat  {
	border: #808080 1px solid;
	margin:0;
	padding:2px;
	background-color: #FFFFFF;
	}