html, body, #contents
{      min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents
{
	height: auto;
}

#contents
{      position: absolute;
	top: 0;
        left: 0;
        left: 50%;
        width: 50%;
        margin-left: -50%;
}

body
{
	padding: 0;
	margin: 0;
	background: #AB9E5E;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #462D06;
}

a:hover
{
	text-decoration: none;
	color: #000099;
}

#logo
{
	width: 162px;
	height: 23px;
	background-image:url('tb_mustard.gif');
        position: absolute;
        top: 60px;
        left: 60px;
}

#menucontainer
{
       width: 600px;
       position: absolute;
       top: 50px;
       left: 215px;
       font-size: 100%;
}

#menu2
{
       width: 800px;
       position: absolute;
       top: 25px;
       left: 0px;
       font-size: 85%;
       float: center;
}


#pagetitle
{
       margin: 0;
       padding: 0;
       font-family: helvetica, arial, verdana, tahoma, sans-serif;
       letter-spacing: 1px;
       font-size: 80%;
       position: absolute;
       top: 0px;
       left: 60px;
       text-align: left;
       color: #462D06;
}

#copytext
{
     width: 515px;
     height: 250px;
     position: absolute;
     top: 400px;
     left: 300px;
     text-align: left;
     line-height: 150%;
}

#creativemiddle
{
	float: left;
	width: 803px;
	height: 219px;
        position: absolute;
        top: 120px;
        left: 50px;
}

#footer
{
	width: 300px;
	text-align: center;
	color: #FFF;
        position: absolute;
        bottom: 0;
        font-size: 90%;
        left: 300px;
}