

/* General Demo Style */

a{
	color: #555;
	text-decoration: none;
}
.container{
	
	position: relative;
	width: 100%;
	height: 100%;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
