@charset "UTF-8";
/* CSS Document */


body{
  background-color:#000000;
  font-family: verdana;
  font-size: 11px;
  color: #FFFFFF;
}


#container{
	position:relative;
	text-align:left;
	top:0px;
	border: 1px solid #333333;
	height:716px;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

 
#content{
	position:absolute;
	line-height: 1.5em;
	left: 290px;
	top:240px;
	height:350px;
	width: 530px;
	z-index: 2;
}
