body {
	margin:0;
	padding:0;
	height:100%;
	background:url(images/bg_linerp.jpg)  ;
	
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:650; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#main{
	margin:0 auto;
	background:url(images/bgp.png) no-repeat center top;
	height:650px;
	}
	
#top{
	top:0px;
	height:5px;
	background-color:#333;
	width:100%;
	position:absolute;
	}
	
#footer {
	margin:0 auto;
	text-align: center;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	}

.mainTxt{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#666;
	}
.redTxt{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#900;
	}
	
.redTxt:hover{color:#370000;}
	
