body{
margin: 0px;
padding: 0px;
font-family: Verdana;
font-size: 12px;
background-color: #262626;
color: white;
}

#content {
position: relative;
margin-left: auto;
margin-right: auto;
top: 10px;
width: 1024px;
height: 768px;
background-image: url('images/intro.png');
}

#content a {
text-decoration: none;
color: white;
}

#content a:hover{
text-decoration: underline;
color: white;
}

#top{
float: left;
width: 1024px;
height: 291px;
background-image: url('images/top.png');
}

#middle{
float: left;
width: 1024px;
height: 269px;
background-image: url('images/middle.png');
}

#bottom{
float: left;
width: 1024px;
height: 208px;
background-image: url('images/bottom.png');
}

.in2 {
width: 457px;
height: 224px;
position: absolute;
left: 250px;
bottom: 10px;
background-image: url('images/in2.png');
}

.in2_t{
position: absolute;
left: 30px;
top: 45px;
width: 397px;
height: 194px;

}

.in3 {
position: absolute;
width: 700px;
height: 287px;
top: 0px;
left: 0px;
}

.in4{
position: absolute;
width: 68px;
height: 23px;
bottom: 60px;
left: 161px;
}

input.button {
background-image: url('images/w1.png');
width: 68px;
height: 23px;
}