
body#entrance {
	padding-top: 10px;
}

h1 {
	width: 550px;
	margin: 0 auto;
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

p {
	margin-bottom: 15px;
}

#opendescription {
	width: 560px;
	margin: 0 auto;
	line-height: 110%;
	font: 14pt Helvetica, Arial, sans-serif;
	text-align: center;
}

div.enter {
	width: 129px;
	margin: 35px auto;
}

div#buttonBar {
	font: 14pt Helvetica, Arial, sans-serif;
	
	line-height:100%;
	padding:5px;
	text-align:center;
}

div#buttonBar a {
	text-decoration: none;
	color: #9E1636;
}
div#buttonBar a:hover {
	text-decoration: underline;
}

div#buttonBar a img {
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 4px;
	padding-right: 5px;
}

.enter a.enterbutton {
	display: block;
	text-align: center;
	font: bold 16pt Helvetica, Arial, sans-serif;
	padding-top: 14px;
	text-decoration: none;
	color: #9e1636;
	width: 129px;
	height: 40px;
	background: url('../images/enter.png') top left no-repeat;
}

.enter a.enterbutton:active {
	background-position: 0 -54px;
}

