html, body {
text-align:center;
width: 100%;
margin: 0;
padding: 0;
height: 100%;
}


#wrapper{
width: 100%;
min-width: 960px;
margin: auto;
min-height: 630px;
height: 100%;
overflow: hidden !important;
}


#flashdiv{
width: 100%;
min-height: 630px;
height: 100%;
}

p {
margin-top: 80px;
text-align: center;
font-family: 'Georgia',serif;
font-size: 10px;
width: 100%;
color: #333333;
}

a {
color: #527114;
text-decoration: none;
}

img {
text-align: center;
}
