* {margin: 0; padding: 0; border: 0;}
a img {border: 0;}
a:active {outline:none;}
a:focus {outline:none; -moz-outline-style:none;}
.clear {clear: both;}

p, div, td, li, input {font-family: arial; font-size: 12px; color: #252525;}
p {padding: 5px;}

/* STRUCTURE */
body,html {background-color: #000000;}
#wrapper {background: url('images/wrapper_bg.jpg') no-repeat center top;}
	#page {width: 734px; margin-left: auto; margin-right: auto; display: block; height: 893px; position: relative;}
	#header {width: 734px; height: 251px; margin-left: 30px; margin-right: auto; display: block; position: relative; z-index: 2;}
		#signup{position: absolute; background: url('images/signup.jpg') no-repeat; width: 207px; height: 75px; left: 230px; top: 210px;}
			#signup img {display: none;}
	#content {width: 734px; height: 271px; margin-left: 48px; margin-right: auto; display: block; position: relative;}
		#feature {width: 657px; height: 271px; margin-top: 5px; margin-left: 10px;}
			#feature img {display: none; z-index: 1;}
			#feature img.selected {display: block;}
		#feature_nav {width: 657px; height: 67px; margin-top: 4px; margin-left: 12px;}
			#feature_nav a {width: 212px; height: 62px; cursor: pointer; margin-top: 3px; margin-left: 3px; float: left;}
				#feature_nav a img {display: none;}
				#feature_nav a.selected img {display: block;}
				#feature_nav #feature_nav1 {background: url('images/feature_nav1.jpg') no-repeat;}
				#feature_nav #feature_nav2 {background: url('images/feature_nav2.jpg') no-repeat;}
				#feature_nav #feature_nav3 {background: url('images/feature_nav3.jpg') no-repeat;}
	#footer {clear: both; color: #444444; font-family: verdana; font-size: 10px; height: 60px; margin-left: auto; margin-right: auto; text-align: center; width: 970px;}
