/* CSS Document */

.background {
	background-color: #3B3B3B;
}
#header{
	background:url(images/header.gif) 0 0 no-repeat;
	width:800px;
	height:400px;
	margin:0 auto;
	position:absolute;
}
#header img{
	position:absolute;
	top:10px;
	left:10px;
}
#infoline{
	background:url(images/infoline2.jpg) 0 0 no-repeat;
	width:190px;
	height:120px;
	position:absolute;
	left:837px;
	top:325px;
}
#free a.test{
	display:block;
                  background:url(images/free.gif) 0 0 no-repeat;
	width:200px;
	height:58px;
	position:absolute;
	left:10px;
	top:418px;
}
#dash a.test2{
	display:block;
                  background:url(images/dash.gif) 0 0 no-repeat;
	width:200px;
	height:58px;
	position:absolute;
	left:220px;
	top:418px;
}
#news a.test3{
	display:block;
                  background:url(images/news.gif) 0 0 no-repeat;
	width:200px;
	height:58px;
	position:absolute;
	left:420px;
	top:418px;
}
#partys a.test4{
	display:block;
                  background:url(images/partys.gif) 0 0 no-repeat;
	width:200px;
	height:58px;
	position:absolute;
	left:620px;
	top:418px;
}
#shadow{
                  background:url(images/right_shadow.gif) 0 0 no-repeat;
	width:70px;
	height:712px;
	position:absolute;
	left:10px;
	top:500px;
}
#background_layer{
	background:url(images/background_layer.jpg) 0 0 repeat;
	width:720px;
	height:712px;
	position:absolute;
	left:80px;
	top:496px;
	overflow: scroll;
}
