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