
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding-top: 21px;
	font-size: 1em;
	position: relative;
}

#container {
	width: 950px;
	height: 698px;
	//background: url('images/background-intro.jpg') no-repeat left top;
	position: relative;
	padding: 0;
	background-image: none;
	background: transparent;
}

h1 {
	color: white;
	text-align: center;
	padding-top: 290px;
}
#content {
	text-align: center;
}
#content a {
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}

#content a:hover, #content a:active {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
