/* CSS by Redkatz */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: linear-gradient(180deg, #FFF, #CCC);
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.wrapper {
	width: auto;
	height: auto;
}

.wrapperinner {
	width: 860px;
	height: auto;
	max-width: fit-content;
  	margin-left: auto;
  	margin-right: auto;
	box-shadow: 0 0 15px 3px #000000;
}

.header {
	width: 860px;
	height: 200px;
	background-image: url("../img/header.png");
}

.content {
	
}

.footer {
	width: auto;
	height: 80px;
	background-color: #CCC;
}