html,body
	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

div#container
	{
	position:absolute;
	width:800px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	overflow:hidden;
	}

.box
	{
	position:absolute;
	}

/* page footer */

div#pagefooter
	{
	position:absolute;
	left:0;
	bottom:0;
	width:800px;
	height:33px;
	border-top:1px solid #C9242B;
	text-align:center;
	line-height:33px;
	color:#57575A;
	font-family:serif;
	font-size:14px;
	}

div#pagefooter a
	{
	color:#57575A;
	text-decoration:none;
	font-size:11px;
	}

div#pagefooter span a
	{
	color:#57575A;
	text-decoration:none;
	font-size:14px;
	}

/* page top */

div#pagetop
	{
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:150px;
	background-color:#E8E6DC;
	}

div#pagetop img#imglogo
	{
	position:absolute;
	left:0;
	top:0;
	width:318px;
	height:132px;
	border:none;
	}

div#pagetop div#slogan
	{
	position:absolute;
	right:0;
	top:0;
	width:482px;
	height:132px;
	background:#642225 url(img/top-bg.jpg) no-repeat;
	line-height:132px;
	font-family:serif;
	color:#FFFFFF;
	font-size:34px;
	text-align:center;
	}

div#pagetop div#slogan span
	{
	font-style:italic;
	}
