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

/* hide from ie on mac \*/
html{
 height:100%;
 overflow: auto;
}

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

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

a{color:66001E; font-weight:bold;}

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

strong{color:#F4B1BB;}

h2{
 font-size:15px;
 font-weight:normal;
 margin-left:10px;
}

p {margin-left:10px;}

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

#header{
 background:url(img/header.gif) no-repeat;
 width:770px;
 height:64px;
 margin-top:16px;
}
