body {
background-image:url('img/bg.png');
font-family: sans;
color:#444444;
}
a {
text-decoration:none;
color:#b70049;
}
h1 {
font-size:16px;
color:#b70049;
}
p {
font-size:12px;
}
a:hover {
font-weight:bold;
} 
#mainarea {
width:600px;
position:absolute;
left:50%;
margin-left:-300px;
}
#mainwindow {
position:absolute;
width:600px;
top:50%;
margin-top:100px;
}
.normal {
background-image:url('img/mainbg.png');
height:350px;
}
.screens {
background-image:url('img/mainbg-screens.png');
height:227px;
}
#menu {
position:absolute;
width:290px;
height:30px;
margin-left:302px;
margin-top:-48px;
}
#menu a {
position:absolute;
height:30px;
}
#menu a:hover {
background-position:0px;
}
#menuhome {
width:90px;
background-image:url('img/home.png');
background-position:90px;
}
#menuhome.selected {
background-position:0px;
}
#menuscreens {
width:90px;
margin-left:91px;
background-image:url('img/screens.png');
background-position:90px;
}
#menuscreens.selected {
background-position:0px;
}
#menudl {
width:95px;
margin-left:182px;
background-image:url('img/download.png');
background-position:95px;
}
#menudl.selected {
background-position:0px;
}
img.logo {
margin-top:-90px;
margin-left:-10px;
}
#textspace {
height:330px;
width:570px;
margin-left:20px;
margin-top:5px;
}
#textspace img {
}
.thumbnail {
position:absolute;
border: 2px solid #b70049;
margin-top:17px;
}
#thumb1 {
margin-left: 11px;
}
#thumb2 {
margin-left: 191px;
}
#thumb3 {
margin-left: 371px;
}