@import url("header.css");

@import url("top.css");

@import url("bottom.css");

*{

	margin:0;

	padding:0;

}

body, html{

	background-image:url(../img/mainBG.jpg);

	background-repeat:repeat-x;

	background-position:top left;

	background-color:#F8E7D7;

}

div#topLogo{

	position:absolute;

	width:219px;

	height:97px;

	left:-430px;

	margin-left:50%;

	top:7px;

	z-index:10;

}