body {
	margin: 0; 
        padding: 0;
        background-color: #dd9010;
	background-image: url(/UserUploadImages/bg_Start.jpg);
	background-repeat: repeat-x;
	/*background-repeat: no-repeat;*/
	background-position:top center;
}


#PLcontent 
	{	
		margin: 10Px auto 0 auto;
		width: 600px;
		font-family:arial, Trebuchet MS ,Arial, Verdana;
		font-size: 24px;
		color:black; 
	}

#PLcontent a {text-decoration: none; color: white;}
#PLcontent a:hover {text-decoration: none; color: #f4c3a8 !important;}

#PLfooter 
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
		bottom:0px;
		margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		position:absolute;
		text-align:center;
		width:100%;
	}