body {
padding: 0px;
margin: 0px;
background-image: url('images/back.png');
}

a {
font-weight: bold;
font-style: italic;
color: #1e5aff;
}

a:hover {
color: red;
}

div.centered_area {
width: 800px;
margin: 0 auto;
}

div.header_area {
width: 800px;
}

div.header_top {
width: 800px;
height: 25px;
background-image: url('images/header_top.png');
float: left;
}

div.header_bottom {
width: 800px;
height: 60px;
background-image: url('images/header_bottom.png');
float: left;
}

div.header_middle_left {
width: 150px;
height: 60px;
background-image: url('images/header_middle_left.png');
float: left;
}

div.header_middle_right {
width: 150px;
height: 60px;
background-image: url('images/header_middle_right.png');
float: left;
}

div.button1 {
width: 100px;
height: 60px;
background-image: url('images/button1.png');
float: left;
}

a.button1 {
display: block;
width: 100px;
height: 60px;
float: left;
}

a.button1:hover {
background-image: url('images/button1_hover.png');
}

a.button1:active {
background-image: url('images/button1_active.png');
}

div.button2 {
width: 100px;
height: 60px;
background-image: url('images/button2.png');
float: left;
}

a.button2 {
display: block;
width: 100px;
height: 60px;
float: left;
}

a.button2:hover {
background-image: url('images/button2_hover.png');
}

a.button2:active {
background-image: url('images/button2_active.png');
}

div.button3 {
width: 100px;
height: 60px;
background-image: url('images/button3.png');
float: left;
}

a.button3 {
display: block;
width: 100px;
height: 60px;
float: left;
}

a.button3:hover {
background-image: url('images/button3_hover.png');
}

a.button3:active {
background-image: url('images/button3_active.png');
}

div.button4 {
width: 100px;
height: 60px;
background-image: url('images/button4.png');
float: left;
}

a.button4 {
display: block;
width: 100px;
height: 60px;
float: left;
}

a.button4:hover {
background-image: url('images/button4_hover.png');
}

a.button4:active {
background-image: url('images/button4_active.png');
}

div.button5 {
width: 100px;
height: 60px;
background-image: url('images/button5.png');
float: left;
}

a.button5 {
display: block;
width: 100px;
height: 60px;
float: left;
}

a.button5:hover {
background-image: url('images/button5_hover.png');
}

a.button5:active {
background-image: url('images/button5_active.png');
}

div.footer_area {
width: 800px;
height: 180px;
float: left;
background-image: url('images/footer.png');
}

div.footer_info {
text-align: center;
font-weight: bold;
font-size: 10;
color: #1e5aff;
width: 500px;
height: 50px;
position: relative;
float:left;
left: 150px;
top: 100px;
}

div.main_back {
width: 800px;
background-image: url('images/main_back.png');
float: left;
}

div.text_area {
width: 600px;
margin: 0 auto;
}

div.title {
width: 580px;
font-weight: bolder;
font-size: 25;
font-style: italic;
color: white;
float: left;
left: 20px;
position: relative
}

div.textbox {
width: 600px;
color: white;
font-size: 15;
float: left;
}
