html, body {
	background: #fff;
	height: 100%;
	overflow: hidden;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
}
#header {
	position: relative;
	top: -77px;
	left: -340px;
}
#content {
	position: relative;
	top: -77px;
	left: -340px;
	text-align: center;
	line-height: 100%;
	width: 679px;
}
#content a {
	background: url(../../images/links/separator.png) no-repeat ;
	font-size: 30px;
	padding-left: 15px;
	margin-right: 14px;
}
#content a.first {
	background: none;
	padding: 0;
	margin-right: 14px;
	margin-left: 14px;
}
