@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Arimo);

html {
	height: 100%; 
}

body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	font-family: 'Arimo', Arial, sans-serif;
	font-size:19px;
	color:#414040;
}
.container {
	width: 100%;
	height: 100%;
	margin-top:100px;

}
.content {
	width:810px;
	height:624px;
	background-color:#FFF;
	border:#000 solid 1px;
	text-align:center;
	margin:0 auto;
	z-index:0;
}

h1 {
	background: url(../img/jeckle-logo.png) no-repeat left center;
	height: 202px;
    margin: 20px auto !important;
    width: 553px;
}

ul {
	margin-top:50px !important;
	font-size: 24px !important;
	list-style-position: inside;
}
li {
	padding: 2px !important;
}

.information {
	margin-top:80px;
}





	


