* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
#container { 
	margin: 20px auto 10px auto;
	width: 760px;
	min-height: 550px; 
	background-color: #000000;
	position: relative;
	border: 1px #ffffff solid;
}
#maintext { 
	position: absolute;
	left: 90px;
	top: 135px;
	height: 350px;
	width: 400px;
	color: #ffffff;
	z-index: 2;
	text-align: left;
}
a {
	text-decoration: none;
	color: #00ffff;
}
a:hover {
	color: #99ffff;
}
a img {
	border: 1px solid #ffffff;
}
#maintext h1 {
	margin-top: 18px;
	font-size: 14px;
	color: #ffff66;
}
#maintext strong {
	color: #ffff33;
	font-weight: normal;
}
#maintext p {
	margin-top: 12px;
}
#examples { 
	position: absolute;
	left: 545px;
	top: 80px;
	width: 220px;
	color: #ffffff;
	z-index: 2;
	text-align: left;
}

#headerdiv01 {
	background: url('images/logo.jpg') no-repeat 0px 0px;
	position: absolute;
	height: 124px;
	width: 226px;
	top: 0px;
	left: 0px; 	
	z-index: 1;
}
#headerdiv02 {
	background: url('images/phrase.jpg') no-repeat 0px 0px;
	position: absolute;
	height: 56px;
	width: 534px;
	top: 0px;
	left: 226px; 	
	z-index: 1;
}
#headerdiv03 {
	background: url('images/gradient1.jpg') no-repeat 0px 0px;
	position: absolute;
	height: 52px;
	width: 226px;
	top: 124px; 	
	left: 0px; 	
	z-index: 1;
}
#headerdiv04 {
	background: url('images/gradient2.jpg') no-repeat 0px 0px;
	position: absolute;
	height: 120px;
	width: 534px;
	top: 56px;
	left: 226px; 	
	z-index: 1;
}

