/*
CSS PERTAINING TO THE LAYOUT OF  ALL SITE INDEX (IFRAME CONTAINER) PAGES / .NAV AND .INDEX FOUND IN SIMPLE_STYLE.CSS
*/

body, html{
height:100%;
padding:0;
margin:0;
background-color:#000000;
text-align:center;
}


* {
margin:0px;
}

.hk47{
width: 100%;
background:url(http://www.disuye.com/HK47b.png) no-repeat right;
}

#static {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-image:url();
background-repeat:repeat;
background-position:top;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=4);opacity:0.04;
z-index:0;
}

.mainframe{
margin: 20% 0;
background-color:transparent;
float:left;
font-size: 180%; /* Resets 1em to 10px */
line-height: 133%;
font-family: "Georgia", Georgia, serif;text-transform:lowercase; 
color:#FFF;
line-height:1.2em;
letter-spacing:0.0em;
text-align:left;
position:relative;
z-index:100;
}

#logo{
background-image:url(http://www.disuye.com/index_logo_150px.gif);
background-repeat:no-repeat;
float:left;
width:150px;
height:150px;
margin:0px 0px -150px 0px;
position:relative;
z-index:1000;
}

#constrain{
width:635px;
margin:0px auto 0px auto;
}



#border{
width:440px;
border-top:0px solid transparent;
border-right:45px solid #100e0d;
border-bottom:0px solid #100e0d;
border-left:150px solid #100e0d;
margin:0px auto 0px auto;
}


.borderthing2{
width:639px;
border-top:20px solid #100e0d;
border-right:25px solid #100e0d;
border-bottom:0px solid transparent;
border-left:45px solid #100e0d;
padding:0px 15px 0px 2px;
margin:0px auto 0px auto;
}

.borderthing3{
width:730px;
border-top:0px solid transparent;
border-right:4px solid #100e0d;
border-bottom:0px solid transparent;
border-left:18px solid #100e0d;
padding:0px 2px 0px 12px;
margin:0px auto 0px auto;
}

/*
.fixedbottombit, .getdown {
width:100%;
height:30px;
margin:0px 0px 0px 0px;
text-align:center;
}

.contentbit{
width:100%;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -30px;
z-index:1;
position:relative; 
}
*/

/*
END
*/
