html {
	padding:0px;
	margin:0px;
}

H2 {
   font-size: 12pt;
   font-weight: bold;
}

body {
	position:absolute;
	background-color: #ffffff;
	width: 100%;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px 0px;
	margin:0px;
	background-image:url('mainbg.gif');
}

img {border:0px; }

p.mid {
	display: table-cell; 
	vertical-align: middle;
}

#title {
	position:relative;
	font-size: 11px;
	color: #564b47;
	background-color:transparent;
	margin-right:0px;
	margin-top:10px;
   z-index:5;
}

#outerentry {
	position:relative;
   top: 75px;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:25px;
	bottom:50px;
	width:90%;
	height:auto;
	background-color:transparent;
}

#entry1 {
	position:relative;
   margin-top: 0px;
   top: 0px;
	margin-left: auto;
	margin-right: auto;
   width: 600px;
   color: white;
	background-color:red;
	border: 3px black solid;
	padding: 5px 15px;
}

#entry2 {
	position:relative;
	margin-top: 2px;
   top: 2px;
	margin-left: auto;
	margin-right: auto;
	bottom:25px;
   width:600px;
	background-color:white;
	border: 3px black solid;
	padding: 5px 15px;	
	background-image:url('pallets.jpg');
}

#entrytext1  {
	position: absolute;
   margin-top:5px;
   top:5px;
	left:280px; 
	right:10px;
	color:white;
	width:auto;
	font-size: 10pt;
	background-color:transparent;
}

#entrytext2  {
	position:absolute;
   margin-top:5px;
	top:5px;
	left:280px;
	right:10px; 
	color:black;
	width:auto;
	font-size: 10pt;
	background-color:transparent;
}

#entrytext1 a, #entrytext2 a {
	text-decoration: none;
}


#footer{
	position:absolute;
	bottom: -120px;
	left: 2px;
	width:80%;
	font-size:10px;
}


