
.allpage {
    width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
    margin:auto;
    margin-top:0px;
	}
	
	
body  {
	background-image:url(images/bkgrnd.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	text-align:left;
	
		}
		
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#C50314;
	text-decoration: none;
}
		
.holding {background-image:url(images/holdingpage.jpg);
	width:800px;
	height:700px;
}