/* CSS Document */



body{
background-image:url(Page Layout/Splash/background.jpg);
background-repeat:repeat-x;
}

#container{
width: 800px; /*The width of our layout*/
margin-left: auto;
margin-right: auto; /*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
}

#logo{
width: 233px;
height: 22.6px;
margin-top: 238px;
margin-left: 75px;
margin-bottom: 65px;
_margin-bottom: 20px;
}

#enter{
width: 25.8px;
height: 11.6px;
margin-left: 350px;
margin-bottom: 70px;
_margin-bottom: 33px;

}

#holder{
width: 580px;
height: 200px;
}

#flashbutton{
width: 80px;
height: 35px;
margin-left: 220px;
}

#getflash{
width: 80px;
height: 35px;
margin-left: 220px;
}

#flashtext{
width: 275px;
height: 70px;
float: right;
}

#dclogo
{
width: 117px;
height: 51px;
margin-top: 150px;
margin-left: 300px;
}