body {
	background: #000;
}

#logo {
	width:522px;
	height:142px;
	margin: 0 auto;
	background: url('../logo.png') no-repeat;
	margin-top: 150px
}

#logo:hover {
	background: url('../logo_hover.png') no-repeat;
}
