@import url('reset.css');

/* General Codrops Demo Style */

.clr{
	clear:both;
}

.content{
	margin:0px 25x 30px 25px; width:840px;
}
@media screen and (max-width: 640px;) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}