/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF6224;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* text */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}

/* LAYOUT */

#container {
	margin: 0%;
	text-align: center;
	height: 100%;
}

#div project {
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -340px;
	border: 0px solid #000000;
}

#header {
	margin: 0px;
	height: 100px;
}

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

#content {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	width: 100%;
}