@charset "utf-8";
/* CSS Document */

#globalNav ul li{
}
#globalNav ul li:last-child{
}

#main {
	width:950px;
	margin:0px auto;
	z-index:10;
	color:#eee;
	line-height:170%;
	height:500px;
	}

h1 {
	margin:150px 0px 0px;
	float:left;
	}

#box {
	width:423px;
	float:right;
	height:423px;
     filter: alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
	position:fixed;
	right:10px;
	bottom:120px;
	}

#footerWrapper {
	position:fixed;
	bottom:-60px;
	width:100%;
	background:#000;

	}
	
