/* CSS Document */

body {
background: #fff;
margin:0;
padding:0;
height:100%;
text-align:center;
color: #000;
font: 0.8em/1.4em  Calibri, "Trebuchet MS", Verdana, sans-serif;
}

#container {
width: 670px;
margin:0 auto;
height:100%;
padding:0;
}

h1 {
width: 600px;
height: 175px ;
background:url(solid-logo.gif) no-repeat center center; 
text-indent: -9999px;
margin:0 auto;
padding: 60px 0 0 0;
}

h3 {
width: 224px;
height: 48px;
background:url(coming-soon.gif)  no-repeat center center;
text-indent: -9999px;
margin:0 auto;
}

p b {
font-size:1.2em;
font-style:italic;
}

a:link, a:visited {
color: #00703c;
font-weight:bold;
}

a:hover, a:active {
color: #000;
text-decoration:none;
}