@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration: none;
}

body,html{
	height: 100%;
	width: 100%;
}

.clear {
	clear: both;
}

a img{
	border:none;
}