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

html {height: 100%;overflow: auto;}

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


body {
 height: 100%;
 margin: 0;
 padding: 0;
 background-color:#0DB04B; 
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:small;
}

#content{
 background:url(images/bg.jpg) no-repeat #EF2F48 bottom;
 width:569px;
 margin:0;
 min-height:584px;
 padding:0 16px 0 185px;
}

a{
 color:#FFFFFF;
}

h1{
 margin:0 0 32px 0; 
 padding:0; 
 font-size:300%;
}

p{
 margin:10px 0 0 0;
}

strong{
 color:#0DB04B;
}


#mainMenu{
 list-style-type:none;
 margin:0 0 32px 0;
 padding:0;
 font-size:120%;
}

#head{
 background:url(images/headBg.jpg) no-repeat #EF2F48;
 width:770px;
 height:171px;
 margin-top:16px;
}

#footer{
 height:65px;
}

#footer p{
 margin:16px 0 0 0; 
 }

