/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-image: url(../imagedepot/bckgrnds/background.jpg);
}

#footer{
	margin: auto;
	height: 75px;
	width: 1000px;
	position: relative;
	top: 700px;
	z-index: 10;
}


/*////////// TOP BOXES //////////*/


#tb_index {
	background-image: url(../imagedepot/top_boxes/topbox_index.png);
	height: 450px;
	width: 1000px;
	margin: auto;
}



/*////////// MAIN BOXES //////////*/

#mb_index {
	background-image: url(../imagedepot/main_boxes/mainbox_index.png);
	height: 670px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	top: 370px;
}


/*////////// TYPE //////////*/

.pcenter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
