@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
}

body {
	background-image: url(../images/backgrounds/main_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#pagecontainer
{
	position: relative;
	min-height: 100%;
	width:760px;
	left: 50%;
	margin-left:-380px;
	top:0px;
}

* html #pagecontainer
{
	height: 100%;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	width:760px;
	height:270px;
	left:50%;
	margin-left:-380px;
}

#content {
	background-image:url(../images/backgrounds/table_bg.gif);
	background-repeat:repeat-y;
	position:relative;
	width:760px;
	left:50%;
	margin-left:-380px;
	margin-bottom: 7.5em;
}

#footer {
	background-image:url(../images/backgrounds/footer_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	vertical-align:top;
	position: relative;
	width:760px;
	height:40px;
	left: 50%;
	margin-left:-380px;
	margin-top: -7.5em;
}

