body {
	background: #9a00e5 url("../images/bg.png") top center no-repeat;
	text-align: center;
	}

h2 {
	margin: 25px 0 5px 0;
	}
	
ul.buttons {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	}

ul.buttons li {
	display: inline;
	padding: 0 10px;
	}

ul.buttons li img {
	cursor: pointer;
	}

#footer {
	margin: 30px auto 0 auto;
	padding: 15px 0;
	border-top: 1px dotted #fff;
	font-size: 12px;
	font-family: Helvetica;
	color: #fff;
	width: 600px;
	}

a {
	color: #fff;
	}

a img {
	border: 0;
	}

#head {
	position: absolute;
	top: 166px;
    left: 50%;
    margin-left: -187px;
    width: 355px;
    }
