body {
font-family: Arial, Helvetica, sans-serif;
background: #000000;
margin-right: 10%;
margin-left: 10%;
margin-top: 0px;
color: #FFFFFF;
padding: 0px;
font-size:16px;
}

h1, h2, h3 {
margin:0px;
padding:0px;
}

a, a:visited {
color: #00CC00;
outline: none;
}

a:hover {
color: #2ea4e1;
}

#logo {
min-width:808px;
text-align: left;
height:63px;
position:absolute;
left:10%;
right:10%;
top:0px;
padding:0px;
margin:0px;
}

#logo ul{
list-style-type: none;
padding:0px;
margin:0px;
}

#header {
background: url(imgs/header-back.png) repeat-x;
text-align: right;
height:175px;
margin: 0px;
padding: 0px;
clear: both;
position:absolute;
left:10%;
right:10%;
top:62px;
min-width:808px;
}

#header ul {
list-style-type: none;
min-width:808px;
margin: 0px;
padding: 0px;
}

#birds {
float: left;
width: 140px;
position: relative;
top:5px;
right:10px;
}

html>body #birds {
background: url(imgs/header-back3.png) no-repeat;
}

#slogan {
background: url(imgs/header-right.png) no-repeat top right;
float: right;
height: 175px;
padding-top: 130px;
padding-right: 25px;
width: 425px;
}

#main {
min-width:808px;
position:absolute;
left:10%;
right:10%;
top:278px;
}

#content {
background-color: #525050;
padding: 5px;
}

#copy {
min-width:808px;
padding-top:3px;
background:#000000;
clear: both;
text-align: center;
font-size:12px;
}

#copy a {
text-decoration: none;
}

#submit {
height: 22px;
background: #4b9e2a;
border: 1px solid #000000;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

#mail {
float:right;
margin-right:-5px;
}

* html #birds{background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imgs/header-back3.png');}