/* 	Global
 *
 */

html, body {
	height				: 100%;
	min-height			: 100%;
}

#content {
	width				: 100%;
	height				: 100%;
}


/*
 *
 */

.center {
	margin				: 0 auto 0 auto;
}

#header {
	width				: 700px;
}

#banner {	
	width				: 700px;
}

#menu {
	width				: 100%;
}

#nav {
	z-index				: 26;
	width				: 700px;
}

#nav > ul {
	z-index				: 27;
	width				: 700px;
}

#nav > ul > li {
	z-index				: 28;
	position			: relative;
	float				: left;
	padding-top: 10px;
}

#main {
	width				: 700px;
}

#main > div {
	float				: left;
}

#spacer-top {
	width				: 100%;
	height				: 108px;
}

#spacer-bottom {
	width				: 100%;
	height				: 40px;
}

#footer {
	z-index				: 40;
	width				: 700px;
	height				: 40px;		
	overflow			: hidden;	
}

.mask {
	z-index				: 90;
	position			: fixed;
	
	width				: 100%;
	height				: 100%;
}

.left {
	float				: left;
}

.right {
	float				: right;
}
