/* CSS Document */
#background {
	background-image: url(grafx/home_bg.jpg);
}

#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	width:800px;
	height:529px;
	background-color:#000000;
	text-align:left;
	background-image: url(grafx/home_bg.jpg);
}

#bodyText {
	position:relative;
	margin-left: 467px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-top: -485px;
	padding:0px 0px 0px 0px;
	width:220px;
	height:220px;
	color:#cccccc;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:left;
}