html, body {
margin: 0; 
padding: 0; 
height: 100%;
}

body {
	font: 14px/1.7 times, serif;
	background-image: url(../images/gradientbgl.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 0% 0%;
	background-color: #f0f0f0;
}

a:link { 
color: #000;
text-decoration: none;
}
a:visited { 
color: #000;
text-decoration: none;
}

#wrapper {
	background-image: url(../images/gradientbgr.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top right;
	position: absolute;
	width: 99.8%;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
}

#name {
	position: absolute;
	top: 0;
	left: 86px;
	width: 546px;
}

#address {
	font-size: 12px;
	font-family: arial;
	float: right;
	padding-right: 30px;
	padding-top: 20px;	
	padding-bottom: 0;
}

p {
	line-height: 0;
}

p {margin:0 0 1em 0}

#headname {
	color: #000080;
	font-size: 30pt;
	font-family: "times, serif";
	font-weight: bold;
	position: absolute;
	top: -5px;
}

#slogan {
	color: #000;
	font-size: 14pt;
	font-family: "Arial Black";
	position: absolute;
	top: 40px;
}

#content {
background-image: url(../images/mainimage.gif);
background-repeat: no-repeat;
position: absolute;
left: 50%;
top: 300px;
height: 285px;
margin-top: -150px;
width: 770px;
margin-left: -385px;
}

.uleft {
float: left;
height: 100px;
width: 270px;
position: absolute;
top: 20px;
left: 20px;
cursor: pointer; cursor: hand;
}

.uright {
float: right;
height: 100px;
width: 270px;
position: absolute;
top: 15px;
left: 480px;
cursor: pointer; cursor: hand;
}

.lleft {
float: left;
height: 100px;
width: 270px;
position: absolute;
top: 165px;
left: 20px;
cursor: pointer; cursor: hand;
}

.lright {
float: right;
height: 100px;
width: 270px;
position: absolute;
top: 165px;
left: 480px;
cursor: pointer; cursor: hand;
}

.center {
height: 150px;
width: 190px;
position: absolute;
top: 65px;
left: 295px;
cursor: pointer; cursor: hand;
}

#footer {
width: 80%;
height: 40px;
position: absolute;
top: 300px;
left: 50%;
margin-top: 170px;
width: 770px;
margin-left: -385px;
text-align: center;
}

#footer a:link {
color: blue;
text-decoration: underline;
}