* {
	margin: 0px;
	padding: 0px;
	background: transparent;
}

body {
	font: 12px/1.5 Arial, Helvetica;
	font-weight: bold;
	background: #fff url(../img/background.jpg) 0 0 repeat-x;
	color: #000;
}

#wrapper {
	width: 400px;
	margin: 30px auto 0px auto;
	position: relative;
}

h1 {
    display: block;
    width: 400px;
    height: 130px;
    background: transparent url(../img/logo.png) center center no-repeat;
    text-indent: -10000px;
}

h2 {
    color: #f93;
    background-color: #000;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 1em;
    margin: 15px 0px;
}

p, ul {
    margin: 0px 25px 1em 25px;
}

ul {
    list-style: none;
}

li {
    margin-bottom: 1em;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #f93;
}