/* CSS Document */

body {
background-color:#BCBDC0;
background-image:url(_images/fo_bg.jpg);
background-position:center top;
background-repeat:no-repeat;
border:0 none;
margin:0;
padding:0;
text-align:center;
}
#top_border {
height:64px;
margin-left:auto;
margin-right:auto;
}
#main_div {
width:894px;
height:655px;
margin-left:auto;
margin-right:auto;
background-image:url(_images/summer_main.png);
background-repeat:no-repeat;
text-align:left;
color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:23px;
}
#text_top_border {
height:295px;
}
#text_main {
padding-left:277px;
height:228px;
}
#text_bottom {
padding-left:277px;
font-size:13px;
height:51px;
}
#logo_bottom {
text-align:right;
padding:26px 8px 0px 0px;
}
/* links */
.a_text:link {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
.a_text:active {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
.a_text:visited {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
.a_text:hover {
color:#ffffff;
text-decoration:underline;
font-weight:bold;
}