/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	background-color: #333;
}

#container {
	position: absolute;
	top: 50%;
	margin-top: -225px;
	width: 100%;
	height: 450px;
	background-image: url("../bg.gif");
}

#stage {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height:450px;
}

#logo {
	position: absolute;
	top: 10px;
}

#topmenu {
	float: right;
}

#topmenu UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu LI {
	display: inline;
}

#topmenu A {
	display: block;
	float: left;
	margin: 17px 10px 0 5px;
}

/* IE6 Only Hack */
* html #menu_activator {
	background-color: #000;
}

#menu_activator {
	position: absolute;
	top: 120px;
	float: left;
	width: 20px;
	height: 220px;
	background-image:url(img/alphatrans.png);
	cursor: pointer;
}

#menu_activator IMG {
	margin: 75px 0 0 4px;
}

/* IE6 Only Hack */
* html #menu {
	background-color: #000;
}

#menu {
	position: absolute;
	top: 120px;
	float: left;
	background-image:url(img/alphatrans.png);
	width: 200px;
	margin-left: 20px;
}

	#menu UL {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu LI {
		float: left;
	}
	
	#menu A {
		display: block;
		width: 195px;
		height: 13px;
		padding: 7px 0 0 5px;
	}
	
	#menu A:HOVER {
		background: #666 url('img/menu/button_bg.gif') center left repeat-x;
	}

#footer {
	position: absolute;
	top: 435px;
}

#footer IMG {
	margin: 0 10px 0 10px;
}

#content {
	position: absolute;
	top: 30px;
	height: 400px;
	width: 700px;
}

#content .textbox {
	position: absolute;
	border: 1px solid #333;
	padding: 10px;
	background-image:url(img/alphatrans.png);
}

/* IE6 Only Hack */
* html #content .textbox {
	background-color: #000;
}

#content .menubox {
	position: absolute;
	border: 1px solid #333;
	padding: 0;
	background-image:url(img/alphatrans.png);
}

/* IE6 Only Hack */
* html #content .menubox {
	background-color: #000;
}

#content H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px 0;
	margin: 0;
}

#content P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-align: justify;
	padding: 0;
	margin: 0;
}

#content A {
	color: #fff;
	text-decoration: none;
}

#content A:hover {
	text-decoration: underline;
}

#content FORM {
	padding: 0;
	margin: 0;
}

#content INPUT {
	width: 280px;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content INPUT.button {
	width: 60px;
	height: 20px;
}

#content TEXTAREA {
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
} 

#content LABEL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
