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

body {
	background-repeat: repeat;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
}

.footer{
	background-color: #333333!important;
	color: white;
	padding: 20px;
	box-sizing:border-box;
}
.main{
	width: 80%!important;
	margin-left:auto!important;
	margin-right: auto!important;
	
}