/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#761677;

	background-image:url(../images/bkg.jpg);
	background-position:center top;
	background-repeat:no-repeat;


}


#website{
	
	width:980px;
	height:570px;
	text-align:left;
	margin:0 auto;
	position:relative;
	
	
}


#content{
	position:relative;
	width:980px;
	min-height:580px; !important
	text-align:left;

}

#HomeWelcome{
	clear:both;	
	position:fixed;
	margin-top:85px;
	width:980px;
	height:95px;
	
	padding-left:50px;
	padding-top:10px;
		
}

#footer{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height:20px;
	
}