@charset "utf-8";
/* CSS Document */

.left{
width:160px;
height:639px;
background-color:#FFFFFF;
float:left;
}

.top {
width:900px;
height:152px;
background-image:  url(soccerpics/soccer_title.jpg);
float:left;
border-width:4px;
border-bottom:groove yellow;
}

.middle {
width:732px;
height:639px;
background-color:white;
float:left;
font-color:white;
border-left:groove yellow;
border-width:4px;
}

.bottom {
width:900px;
height:67px;
background-color:white;
float:left;
border-width:4px;
border-top:groove yellow;
vertical-align:text-top;
}

.page {
width:900px;
height:880px;
background-color:#FFFFFF;
border:groove yellow;
border-width:4px;
margin:0px auto;
}

body {
text-align:center;
background-color:black;
margin:0px;
}

h3, h1 {color:#FFFFFF;}

.bold {
font-weight:bold;
}

.bottom a {
font-size:14px;}

.bottom a:link {
color:#660099;
}

.bottom a:visited {
color:#D1Ae68;
text-decoration:bold;
}

.bottom a:hover {
color:#CC66FF;
}

