html {
font-family: verdana;
color:#333;
font-size:9px;
}
body {


overflow-x:auto;
overflow-y:hidden;

}
p{
font-family: verdana;
color:#aaa;
font-size:9px;
padding:0px;
margin:0px;
}
h1{
font-family: verdana;
color:#aaa;
font-weight:bold;
font-size:12px;
margin:0px;
padding:0px;
}
a:active
{
  outline: none;
  border:0px solid #fff;
}
a:focus
{
  -moz-outline-style: none;
}

#descriptionContainer{
overflow:hidden;
position:absolute;
width:100%;
left:0px;
height:200px;
top:535px;
margin:0px auto;
text-align:center;
}
#description{
position:relative;
width:1080px;
height:130px;
margin:0px auto;

}
#description p{
float:left;
text-align:left;
border-right: 0px dotted #aaa;
width:345px;
padding-right:7px;
padding-left:7px;
height:80px;
margin:0px;
}
#description a{
color:#aaa;
text-decoration:none;
}
#description a:hover{
color:#000;
}
#startButton{
float:left;
border:0px solid #fff;
background:url('img/startButton.gif') no-repeat;
background-position: center;
width:335px;
padding-right:0px;
padding-left:0px;
margin-left:0px;
height:110px;

}
#startButton:link{
border:0px solid #fff;
}
#startButton:active
{
  outline: none;
  border:0px solid #fff;
}

#startButton:hover{
background:url('img/startButtonOver.gif')  no-repeat;;
background-position: center;
}
#flashcontent p{
width:1200px;
margin:0px auto;
}

#flashcontent{
position:relative;
min-width:1000px;
width:100%;
height:100%;
margin:0px;
padding:0px;
}
#slideshowContainer{
position:absolute;
top:0px;
height:300px;
width:100%;
}
#slideshow{
position:absolute;
width:100%;
height:530px;
top:0px;
border-bottom:1px solid #eee;
margin:0px;
margin-top:0px;
padding:0px;
}
#topContainer{
overflow:hidden;
position:absolute;
width:100%;
left:0px;
height:350px;
top:100px;
margin:0px auto;
text-align:center;
}
#top{
text-align:center;
position:relative;
width:300px;
height:350px;
margin:0px auto;
border:0px solid;
}
#top img{
margin-top:25px;

}