@charset "utf-8";
/* CSS Document */
html,body{margin:0;	padding:0; }

body{background: #333; font:12px arial, helvetica, trebuchet,tahoma,sans-serif; line-height:18px}
a:link{color:#cc000; text-decoration:underline;  }
a:visited{color:#cc000;}
a:hover{text-decoration:none; color:#fff; }

#about a#navabout  {color:#690b5b; font-size:16px}
#features a#navfeatures  {color:#690b5b; font-size:16px}
#shorts a#navshorts  {color:#690b5b; font-size:16px}
#contact a#navcontact  {color:#690b5b; font-size:16px}
/*
#death a#navdeath  {color:#990000}
#attack a#navattack  {color:#990000}
#revenge a#navrevenge  {color:#990000}
#waste a#navwaste  {color:#990000}
#night a#navnight  {color:#990000}
#blood a#navblood  {color:#990000}
#heaven a#navheaven  {color:#990000}
#underworld a#navunderworld {color:#990000}
#infected a#navinfected {color:#990000}*/

#wrapper{width:100%; margin:auto; }

#holder1{position:absolute;	z-index:0;	top:50%; margin-top:-340px;	width:650px; height:650px; left:50%; margin-left:-330px; }

#content{ position:relative; z-index:1; width:540px; height:433px; margin-top:33px; color:#fff; margin-left:37px; padding:20px; }
#right{float:right; z-index:3; width:300px; height:425px; text-align:right}
#left {float:left; z-index:3; width:220px; height:425px;  }
#middle{z-index:3;  width:auto; height:425px;  }
#mainnav {position:relative; z-index:5; color:#fff;  width:560px; height:100px;  margin:20px 0 0 37px; padding-left:20px;  }
.menulink_on{color:#fff; font-weight:bold }
#mainnav a:link{color:#ccc; text-decoration:none;}
#mainnav a:hover{text-decoration:underline; color:#fff; }
#mainnav a:visited{text-decoration:none; color:#ccc; }

#subnav {position:relative; z-index:3;  text-align:right; width:560px; height:20px; margin-top:-25px; margin-left:40px; font-size:11px; color:#ccc;}
#subnav a:link{color:#ccc; text-decoration:none;}
#subnav a:hover{ color:#660033; }

h1 {font-size:30px; font-weight:normal; line-height:30px}

.textfield{
border:solid 1px #ccc
}

.button{
background:#666; 
border:none;
color:white
}



