
/* STYLES */

html {
height: 100%;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
overflow: auto;
}

body {
height: 100%;
min-height: 100%;
margin: 0px;
padding: 0px;
overflow: auto;
}

#flashcontent {
position: relative;
height: 100%;
min-height: 600px;
min-width: 980px;
overflow: hidden;
background-color: #e5e5e5;
}
