@charset "utf-8";
/***********************************************
	The css file for this website. 
	Started on 01-10-09. Simple site design. 
	(c) MJP - BL|MP
************************************************/


html, body {
	height: 100%;
	background: url(../images/bg.jpg) left top repeat-x #880000;
	margin: 0;
	padding: 0;
}


/*--------------------------------
	Holding the logo
-------------------------------------*/

div.hold-it {
	width: 493px;
	height: 215px;
	margin: 0 auto;
	padding: 223px 0 0 0;
}
 






