section#wrapper {
	margin: auto;
	width: 800px;
	margin-top: 30px;
	padding: 15px;
	height: 500px;
	
	border: 1px solid blue;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-color: #FFF;
	font-size: 1.4em;

	display: block;
    border-radius: 10px;
    color: #384a87;
    border: 1px solid rgba(222, 195, 110, 0.5);
    padding: 10px;

}

h1.head{
	text-align: center;
	color: #384a87;
    font-size: 3em;
    font-weight: bold;
}

body {
	background-color: #eeeeee;
}

#button a{
	display: inline;
	background-color: white;
	color: #171695;
	text-decoration: none;
	border: 1px solid blue;
	
	
	margin-top: 40px;
	padding: 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	 background-color: #384a87;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    padding: .75em;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 2rem;
    height: 2.25em;
    line-height: 1.5;

}

#second {
	padding-top: 20px;
}

table td{
    color: #384a87;
}

.footer{
	margin-top: 80px;
}


