@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #000;
}
img {
	border: none;
}
.displaynone {
	display: none;
}
p{
	text-align: center;
	color: #262626;
	font-size: 12px;
}
p a{
	color: #262626;
	text-decoration: none;
}
p a:hover{
	color: #b91681;
	text-decoration: none;
}
.logoholder {
	width: 535px;
	height: 633px;
	margin: 0 auto;
}
.logoholderinside {
	width: 535px;
	height: 633px;
	float: left;
	padding-top: 100px;
}
.logoholderinsideinside {
	width: 535px;
	height: 633px;
	background-image: url(images/sce/fg.png);
	background-repeat: no-repeat;
}