@charset "UTF-8";
/* CSS Document */

body{
background-color: #000000;
text-align:center;
margin:0px;
}

a{
color:#000000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
color:#FFFFFF;
}

a:visited{
color:#999999;
}

#PageContainer{
width:800px;
height:800px;
padding:0px;
margin:0 auto;
background-color:#FFFFFF;
}

#TopBanner{
width:800px;
height:200px;
padding:0px;
background-color: #000000;
}

#ButtonBar{
width:800px;
height:34px;
}

#HomeBTN{
width:127px;
height:34px;
float:left;
}

#FootballBTN{
width:127px;
height:34px;
float:left;
}

#HockeyBTN{
width:127px;
height:34px;
float:left;
}

#BasketballBTN{
width:127px;
height:34px;
float:left;
}

#SoccerBTN{
width:127px;
height:34px;
float:left;
}

#longBar{
width:150px;
height:34px;
float:left;
}

#MainContainer{
width:800px;
height:526px;
background-image:url(flag.png);
background-repeat:no-repeat;
background-color:#000000;
padding-top:55px;
padding-left:4px;
}

#LeftLinks{
width:200px;
height:500px;
float:left;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
padding-top:55px;

}

#LogoContainer{
width:400px;
height:500px;
float:left;
padding-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-align:center;
}

#RightLinks{
width:200px;
height:500px;
float:right;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
padding-top:55px;

}