body {
	margin: 0px;
	background-color: #000;
	text-align:center;
	font:85% arial;
	overflow: hidden;
}

a {
	color: #ff800d;
	text-decoration: none;
}

a:hover {
	color: #ce6709;
}

.abm {
	width: 737px;
	height: 737px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -368.5px;
	margin-right: auto;
	margin-top: -368.5px;
}

.abm .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 300px;
	padding-top: 150px;
}

.abm .logo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}

.abm .logo li {
	padding-left: 22px;
	margin-bottom: 10px;
}

.abm .logo .contact {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
}

.abm .logo .twitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
}