body {
background-position: top center;
background-image: url(header.jpg);
background-color: #596d77;
background-repeat: no-repeat;
text-align: center;
}

#main {
margin: auto;
margin-top: 380px;
width: 800px;
height: auto;
}

#top {
background-image: url(top.png);
width: 800px;
height: 25px;
float: left;
}

#leftbar {
background-color: #8aa5b3;
width: 200px;
height: 640px;
float: left;
}

#body {
background-color: #ffffff;
width: 600px;
height: 640px;
float: left;
text-align: left;
}

#download {
background-image: url(download.png);
margin: auto;
margin-top: 10px;
display: block;
width: 181px;
height: 32px;
}

#portfolio {
background-image: url(portfolio.png);
margin: auto;
margin-top: 10px;
display: block;
width: 181px;
height: 32px;
}

#title {
background-image: url(title.png);
margin-top: 10px;
width: 600px;
height: 34px;
}

#screens {
width: 600px;
height: auto;
}

#sthumbs {
width: 100px;
height: 75px;
float: left;
}

#text {
margin-top: 15px;
width: 600px;
height: auto;
float: left;	
}

#bottom {
background-image: url(bottom.png);
width: 800px;
height: 25px;
float: left;
}

#copy {
margin: auto;
width: 800px;
height: 40px;
}

.copy {
font-family: tahoma;
font-size: 8pt;
color: #ffffff;
}
