body
{

background-color:black;

}

h1
{
font-size:2em;
color:black;
text-align:center;
font-family:cursive;
}

a img {border: none; }
a:link {text-decoration:none;color:#ED1C24;z-index:1;}   /* unvisited link */
a:visited {text-decoration:none;color:#780000;z-index:1;}/* visited link */
a:hover {text-decoration:none;color:#ED1C24;font-size:2em;}  /* mouse over link */
a:active {text-decoration:underline;color:#0000FF;} /* selected link */

div.bg
{
position:fixed;
top:350px;
left:0px;
width:100%;
height:100%;
background-image:url('images/hands.png');
opacity:0.6;
filter:alpha(opacity=60);
z-index:-2;
}

div.content
{
width:900px;
padding:0px;
border:0px;
position: fixed;
top: 380px;
left: 50%;
bottom:50px;
margin-top: 0px;
margin-left: -450px;
text-align:center;
background-color:#ED1C24;
color:#000000;
z-index:1;
font-weight:600;
}

div.top
{
width:900px;
padding:0px;
border:0px;
position: fixed;
top: 375px;
left: 50%;
margin-top: 0px;
margin-left: -450px;
text-align:center;
background-color:#000000;
color:#000000;
z-index:1;
}

div.bottom
{
width:900px;
padding:0px;
border:0px;
position: fixed;
bottom:45px;
left: 50%;
margin-left: -450px;
text-align:center;
background-color:#000000;
color:#000000;
z-index:1;
}


div.toplogo
{
width:440px;
height:440px;
padding:0px;
margin:0px;
position: fixed;
top:0px;
left:0px;
text-align:center;
color:#ED1C24;
}

div.menu
{
width:440px;
height:350px;
padding:0px;
margin:0px;
position: fixed;
top:0px;
right:0px;
text-align:center;
color:#ED1C24;
}

div.footer
{
width:900px;
padding:0px;
margin:0px;
position: fixed;
bottom:0;
left: 50%;
  margin-top: -450px;
  margin-left: -450px;
text-align:center;
color:#ED1C24;
background-color:#000000;
}

p.iframe
{
width:800px;
padding:0px;
border:0px;
margin-left: -400px;
text-align:center;
background-color:#ED1C24;
color:#000000;
z-index:2;
font-weight:600;
}
