@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
}

#innerwrap {
	position: relative;
	width: 880px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

a {
	color: #90205A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#front {
	margin-top: 10%;
}