h1,h2,h3,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}
body{ margin: 0; padding: 0; }


#stage{
	height:300px;
	position:absolute;
	right: -25px;
	top:21px;
	width:400px;
	z-index: 1000;
}

.dot{
	float:left;
	height:25px;
	width:25px;
}

.dot.active{

	background:url(img/dot.png) no-repeat center center;
	
}

.clear{

	clear:both;
}

#main{
	margin-left:50px ;
	height:80px;
}
#mainnav{
	margin:0 auto;
	position:relative;
	width:900px;
}
#text{margin:10px;
}

a{text-decoration:none}
img{ -webkit-box-shadow: 3px 3px 7px #777;
	  -moz-box-shadow: 3px 3px 7px #777;
	  box-shadow:3px 3px 3px #777;
	  border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;}
