
/*CSS reset*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, dl, dt, dd, ol, ul, li, form
{
margin: 0;
padding: 0;
border: 0;
} 

body
{
background-image: url(images/water_bg1.png);
background-repeat:repeat-x;
background-color: #3b4a57;
}

html {
margin-top: -0.1px; 
}

div#global {
margin-left: auto;
margin-right: auto;
width: 940px;
} 

div#title {
position: relative;
left: 10px;
top: 45px;
width: auto;
z-index: 25;
}

div#landing {
position: relative;
top: 55px;
width: 937px;
height: 540px;
z-index: 3;
}


div#line {
position: absolute;
top: 656px;
width: 100%;
height: 15px;
background-color: #A7B8BC;
z-index: 2;
}

.start {
font-family: Verdana;
font-style: normal;
font-size: 20px; 	
line-height: 2.5;
text-decoration: none;
text-indent: 0px;
word-spacing: normal;
color: #3e4d5a;
}