/* General HTML TAG formatting */

body { 
	background-color: #000000; 
	margin: 0; 
	border: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* IE specific blend intro */

#intro2 {
	filter: blendTrans(duration='6');
}

/* MAIN CONTAINER */

#container {
	background-color: #000000; 
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -150px;
	margin-left: 0;
	text-align: center;
}

/* PIC CONTAINERS */

#header {
	background-color: #000000; 
	position: relative;
	width: 80%;
	height: 80px;
	margin: 0;
	border: 0;
	text-align: right;
}
#mainbox {
	background-color: #000000; 
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccdddd;
}

#enter {
	background-color: #000000; 
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
#enter img {
	background-color: #000000; 
	position: relative;
	width: 300px;
	height: 50px;
	border: 0;
}

