@charset "UTF-8";
/* CSS Document */


html{
height: 100%;
border:0px;
margin:0px;
padding:0px;
}

body{
height:100%;
border:0px;
margin:0px;
padding:0px;
background-color:#D3D3D3;
text-align:center; /* FOR IE5 */
font-family:Arial, Helvetica, sans-serif;
}

#flashcontent{
position:absolute;
top:200px;
left:200px;
height:100%;
width:100%;
}

#footer h3{
colour:#111111;
font-weight:100;
}
