* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #751cb7;
	color: #fff;
	height: 100%;
}
#bg {
	background: #751cb7 url(../img/bg.png) 50% 50% no-repeat;
	height: 100%;
	width: 100%;
}
#logo {
	height: 121px;
	left: 50%;
	margin: -60px 0 0 -199px;
	position: absolute;
	top: 50%;
	width: 398px;
}
