/* General Demo Style */
body{
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header h1{
	position: relative;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	width: 100%;
	z-index: 9999;
	position: relative;
	min-width:1024px;
	
	/*margin:0 auto;*/
}
/* Media Queries */
