* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(http://mhlmtg.com/css/boxsizing.htc); }
html, body { 
	margin:0;
	padding:0;background:#000;
	line-height:1;
	font-family:"Droid Sans", Sans-Serif";
	min-width:960px;	
}
pre {
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */  
}
.w-container {
	margin-left:auto;
	margin-right:auto;
	width:940px;
}

.corp-section {
    position:absolute;
    top:40%;
    height:auto;
    width:100%;
    min-width:1024px;        
}
.corp-container {   
    left:0px;
    width:100%;
    background-image:url("../images_corp/nav_bg.png");
    background:rgba(0,0,0,.6);
    z-index:9999;        
}
.corp-nav {        
    width:940px;
    z-index: 999999;
}  
.corp-footer {    
    position:absolute;
    background-image:url("../images_corp/footer_bg.png");
    background-repeat:no-repeat;
    width:900px;
    height:35px;
    right:0px;
    color:#505050;    
    overflow:hidden;    
}
.footertext {
    font-size: 12px;
	font-family: 'Droid Sans', Sans-Serif;
	color: #505050;
}    
.footertext a:link,
.footertext a:visited,
.footertext a:active {
	text-decoration:none;
	text-transform: uppercase;
	color: #505050;
}
.footertext a:hover {
	color:#ffaf00;
}
/* JQuery Slider Effect */
#wrapper {
	position:relative;
	width:150px;
}
#wrapper div {
	width:150px;
	height:115px;
	position:relative;
	overflow:hidden;
}
div img {
	position:relative;
	border:none;
}