/*
 * © Dangerous Minds 2009
 */

html, body {
	height:100%;
}

body {
	color:#fff;
	margin:0;
	background:#ffffff;
	height:645px;
}

div.c_splash {
	background:#ffffff url('splash.jpg') no-repeat top left;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

div.cm_one {
	position:absolute;
	left:0px;
	top:434px;
}

div.cm_two {
	position:absolute;
	left:292px;
	top:434px;
}

div.cm_three {
	position:absolute;
	left:583px;
	top:434px;
}

div.beta {
	position:fixed;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background:url('codeflap.png') no-repeat top left;
	z-index:1;
}


div.firstlogo {
	color:#fff;
	margin: auto;
	height:100%;
	width:600px;
	overflow:hidden;
}

div.firstlogo div {
	background:#4DC4C3 url('logo.jpg') no-repeat top left;
	width:600px;
	height:100%;
	overflow:hidden;
	position:relative;
	top:10%;
}


a {
	color: #fff;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 1px;
}
div.footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	text-transform: uppercase;
	color: #fff;
	background-color:#000;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

div.menu {
	position:fixed;
	left:0px;
	top:100px;
}
div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.content {
	margin:0 0 0 110px;
	padding:10px;
}

div.meetus {
	border:1px dotted #888;
	width:100px;
	height:100px;
	overflow:hidden;
}
