*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	height: 100%;
	color: #192644;
	background: #192644;
}

.wrapper{
	position: relative;
	min-height: 100%;
	width: 50%;
	border-left: 1px solid #192644;
	border-right: 1px solid #192644;
	margin: 0 auto;
	background: #ffffff;
	padding: 3% 5%;
}

* html .wrapper{
	height: 100%;
}

.header{
	text-align: center;
	border: 5px solid #D10000;
	padding: 5% 0;
	// width: "95%";
}



.content{
	margin-top: 9%;
	// margin-top: 3%;
}

h2 {
	color: #D10000;
	margin: 4% 0 0 0;
	// margin: 2% 0 0 0;
}



.footer{
	color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	height: 20px;
}

.footer a{
	color: #ffffff;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #192644;
}

a:hover{
	text-decoration: underline;
}

ul{
	list-style: inside;
}

