body {
background-image: url(images/background.jpg);
background-attachment: fixed;
background-color: #CAA45B;
margin: 0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

a {
	color: #000088;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	color: #274990;
	text-decoration: none;
}

A:hover {
	color: #ffffff;
	text-decoration: none;
}

A:active {
	color: #ff0000;
	text-decoration: none;
}


img.bottomcorner {
position: absolute;
bottom: 0px;
left: 0px;
width: 500px;
height: 500px;
}

img.topcorner {
position: absolute;
top: 0px;
right: 0px;
width: 300px;
height: 300px;
}

img.grasscorner {
position: absolute;
bottom: 0px;
right: 0px
}

div.navigation {
position: absolute;
bottom: 40px;
width: 100%;
left: 0px;
}

img.logo{
position: absolute;
top: 0px;
right: 0px
}

div.copyright {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 9px
}

iframe.mainframe {
position: absolute;
top: 17%;
left: 13%;
width: 74%;
height: 66%;
border-width: 1px;
}


img.bottomtail{
position: absolute;
bottom: 1%;
left: 6.5%;
width: 24.7%;
}

img.toptail{
position: absolute;
top: 0%;
right: 5%;
width: 34%;
}

div.topaddress{
position: absolute;
top: 5%;
left: 20;
width: 60%;
font-size: 30px;
color: #ffffff;
}