/* CSS Document */



#text {
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:14px;
	width:330px;/* ---------------- You can increase the text area here */
	float:right;
	text-align:left;
	line-height:25px;
}

body { 
	background-image:url(../images/MainBG.jpg);
	background-color: white ;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 1000px;
}


#DMWrapper {
	margin:0 auto;
	width:919px;
	height:60px;
	text-align:right;
}

#bWrapper {
	margin:0 auto;
	width:919px;
	height:205px;
	text-align: right;
}


#spacer {
	float:right;
	width:40px;
}

#buttonHolder {
	float:right;
	width:215px;
}



#FlashWrapper {
	margin:0 auto;
	width:919px;
	height:648px;
	text-align:right;
}


#footer {
	margin:0 auto;
	width:919px;
	height:210px;
	text-align:right;
}



.clear {
	clear:both;
}	
