/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(images/bg.png) 0 0 repeat-x;
	color:white;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul{
	padding:0px;
	margin:0px;
	
}
ul{list-style-type:none;}

/*----MAIN PANEL----*/
#mainPan{
	width:auto;
	height:500px;
	position:relative;
	background-image: url(images/bg.png);
	background-repeat:repeat;
	border:none;
	outline:none;
}
object
 { 
    outline:none; 
	clear:both;
 }
/*----Footer Panel----*/
#footermainPan{
	//background:url(images/footer.png);
	background-repeat:repeat-x;
	position:relative;
	clear:both;
	margin-top:auto;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	font-size:12px;
	padding-top:0px;
	color:white;
	text-decoration:none;
	height:20px;
	
}
#footermainPan a{
	
	position:relative;
	height:20px;
	clear:both;
	margin-top: 0;
	margin-right: autopx;
	margin-bottom: 1px;
	margin-left: 10px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	text-align:right;
	color:white;
	
}
#footermainPan a:hover{
	
	position:relative;
	height:20px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: 10px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:red;
}
