@charset "utf-8";

/*/////////
// RESET //
/////////*/
* { 
	padding: 0px; 
	margin: 0px; 
	border: none;
	color: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-align: left;
	text-decoration: none;
}



#Wrapper {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

#Wrapper #Img {
	display: inline-block;
	margin-top: 100px;
	width: 675px;
	height: 675px;
	background: url(PBSE.png) 0 0 no-repeat;
}

p {
	font-family: 'NeuzeitSLTStd-BookHeavy', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #ccc;
	margin-top: 70px;
}

a {
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
}
