body {
font: Arial;
font-size: 16px;
width: 700px;
align: center;
color: #FFFFFF;
background-color: #000000;
margin-left: auto; margin-right: auto;
}
#container {
position: absolute;
width: 700px;
margin: 0px;
}
#top {
width: 700px;
height: 260px;
background-image: url("images/layout_top.png");
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
float: left;

}
#middle {
float: left;
width: 700px;
background-image: url("images/layout_middle.png");
background-repeat: repeat-y;
}
#bottom {
float: left;
width: 700px;
height: 72px;
background-image: url("images/layout_bottom.png");
margin: 0px;
padding-top: 40px;
padding-bottom: 0px;
}
#content {
width: 600px;
margin-left: 50px;
margin-right: 50px;
}
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; font-style: italic; }
a:hover { text-decoration: underline; font-style: italic; background-color: #FFFFFF; color: #000000; }
a:hover img { border-bottom: 3px solid #FFFFFF; }
img { border: none; }
