/* Inits because IE breaks things */

*{
padding: 0px;
margin: 0px;
border: 0px;
}


/* Box Dimensions and Properties */

body{
background: #000000;
padding: 0px;
color: #A77D13;
margin: 0px;
font-size: 100%;
}

#IE-fail{background: url(graphics/bg.jpg) no-repeat center top;}

#container
{
width: 100%;
min-height: 680px;
max-height: 680px;
background: url(graphics/ContentFrame.jpg) no-repeat center top;
//position:fixed;
top: -20px;
display: block;
}

#foot-cont
{
position: fixed;
bottom: 10px;
left: 50%;
}

#footer
{
font-size: 0.70em;
color: #333333;
position: relative;
left: -150px;
}

#content 
{
width: 460px;
padding-top: 100px;
margin: -20px auto;
font-size: 100%;
}

#buttons, #charp
{
position: relative;
top: 0px;
left: 50%;
}

#buttons-left
{
width: 560px;
position: absolute;
}

#buttons-right
{
width: 560px;
position: absolute;
}


/* Header Section */

h1
{
font-size:1.25em;
font-family: GranthamLight;
font-weight:bold;
text-shadow: #000000 2px 2px 4px;
vertical-align:top-text;
text-indent:4ex;
margin: 5px 0px 5px 0px;
position:relative;
}

h2
{
font-family: GranthamLight;
font-size:0.8em;
text-decoration:underline;
text-shadow: #000000 2px 2px 4px;
position:relative;
margin: 3px 0px 3px 0px;
}

p
{
font-size:0.6em;
font-family: GranthamLight;
position:relative;
}

table
{
border: 0px;
}

img.drop
{
padding: 4px;
}


/* Hide/Show ID section */

#InfoNav, #ShowcaseNav, #DLNav, #Example
{display: none;}

#info, #donate, #trailer, #downloads, #gamerips, #patchinfo, #characters, #faq, #soundtrack, #showcase, #team, #info, #videos, #screenshots, #guides, #art, #contact, #extras
{display: none;}

#ripimg, #ripaud, #ripfmv
{display: none;}

#char1, #char2, #char3, #char4
{display: none;}

#charp1, #charp2, #charp3, #charp4
{position: absolute;
visibility: hidden;}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10
{display: none;}

#IE-fail, #IE-superfail, #IE-8
{display: none;}


/* Link Section */

a.foot:link 
{
color: #333333;
}

a:link
{
color: #ffd581;
}

a:visited
{
color: #f4b029;
}

a:hover
{
color: #FFFFFF;
}
