body {
margin: 0 auto;
background-color: #4bd9f1;
text-align: center;
font-family: arial, times;
font-size: 100%;
}

#logo {
background-image: url(../images/logo.gif);
height: 141px;
width: 634px;
margin: 0 auto;
}

#container {
margin: 0 auto;
background-color: #edfbfc;
height: auto;
width: 897px;
}

#bordertop {
margin: 0 auto;
background-image: url(../images/border_top.gif);
background-repeat: no-repeat;
width: 897px;
height: 9px;
}

#borderbottom {
margin: 0 auto;
background-image: url(../images/border_bottom.gif);
background-repeat: no-repeat;
width: 897px;
height: 9px;
}

#content {
margin: 0 auto;
width: 857px;
height: auto;
text-align: left;
padding: 20px;
font-size: 90%;
}

h1 {
color: #c58830;
font-size: 150%;
}

.small {
font-size: 90%;
}

.buttons {
	margin: 0 auto;
	width: 508px;
text-align: center;
}
.button_left {
position: relative;
background-image: url(../images/button.jpg);
width: 234px;
height: 58px;
float: left;
margin: 10px;
text-align: center;
}

.button_right {
position: relative;
background-image: url(../images/button.jpg);
width: 234px;
height: 58px;
float: left;
margin: 10px;
text-align: center;
}

.button_big {
position: relative;
margin: 0 auto;
margin-top: 5px;
color: #fff;
font-size: 150%;
font-weight: bold;
top: 4px;
}

.button1 {
position: relative;
color: #fff;
margin: 0 auto;
top: 5px;
}

.button2 {
position: relative;
color: #fff;
margin: 0 auto;
top: 10px;
}

a {
text-decoration: none;
color: #fff;
}

#footer {
color: #000;
margin: 0 auto;
margin-top: 20px;
font-size: 70%;
}
