@charset "UTF-8";
/* CSS Document */

#header {
	margin:0px auto;
	width:800px;
	height:100px;
	position:relative;
	z-index:20;
}
#headerbgnd {
	margin:0px auto;
	width:100%;
	height:100px;
	position:relative;
	border-bottom: 1px solid #ccc;
	background-image:url(http://www.ethermachines.com/header-cycle/rotate.php);
	background-repeat: repeat-x;
	background-position: center top;
	z-index:10;
}
	

#nav {
	height:25px;
	margin-right:25px;
	margin-top:45px;
	width: 625px;
}

#content {
	margin:20px auto 0px;
	width:800px;
	position:relative;
	text-align:justify;
	border-top: 1px solid #ccc;
}

#content1 {
	margin:0px auto 0px;
	width:800px;
	position:relative;
	text-align:justify;
}

#footer {
	margin:0px auto;
	width:800px;
	position:relative;
	padding-top:5px;
	text-align:right;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	margin-bottom:35px;
}
	
