body {
background-position: right;
font-family: 'Lucida Grande', Helvetica, sans-serif;
background-color : #000;
font-size: smaller;
color : #ffffff;
text-align: left;
}

a:active,a:link,a:visited,a:hover {
text-decoration: none;
color: #ffffff;
}

#left {
position: absolute;
left: 0px;
top: 0px;
width: 400px;
height: 2700px;
background-color: #000;
z-index:5;
}
#topleft {
position: absolute;
left: 0px;
top: 0px;
width: 400px;
height: 350px;
background-color: #000;
z-index:5;
}
#links {
position: absolute;
left: 0px;
top: 350px;
width: 400px;
height: 25px;
background-color: #000;
z-index:5;
}
#split {
background: url('images/splitone.png');
position: absolute;
left: 0px;
top: 375px;
width: 400px;
height: 170px;
background-color: #000;
z-index:5;
}
#welcome {
background: url('images/welcome.png');
background-repeat: no-repeat;
padding-top: 100px;
position: absolute;
left: 0px;
top: 575px;
width: 400px;
height: 250px;
background-color: #000;
z-index:5;
}
#whaton {
background: url('images/whaton.png');
background-repeat: no-repeat;
padding-top: 100px;
position: absolute;
left: 0px;
top: 975px;
width: 400px;
height: 250px;
background-color: #000;
z-index:5;
}
#location {
background: url('images/location.png');
background-repeat: no-repeat;
padding-top: 100px;
position: absolute;
left: 0px;
top: 1900px;
width: 400px;
height: 250px;
background-color: #000;
z-index:5;
}






