@charset "utf-8";
/* Avail Temporary Landing Page CSS
Author: EW
Date created: 02.25.09
*/

* {
margin: 0;
padding: 0;
}

body {
background-color: #e0e0e0;
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
background-color: #fff;
margin: 0 auto;
width: 540px;
}

.clear {
clear: both;
}

#main {
background: url(images/main-back.jpg) no-repeat;
padding: 240px 50px 0 50px;
}

h1 {
border-bottom: solid #ccc 1px;
border-top: solid #ccc 1px;
color: #004c54;
font-size: 13px;
margin: 0 0 15px 0;
padding: 5px 0;
}

#text {
font-size: 12px;
padding: 0 0 10px 0;
text-align: center;
}


#text p {
padding: 0 0 7px 0;
}

a {
color: #008b9a;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

p.footer {
border-top: solid #ccc 1px;
padding: 10px 0 27px 0;
text-align: center;
}
