body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: none;
	color: #4a4a4a;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-size: 0.9em;
}

/* LAYOUT */

body {
	background: #fff url(bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: -1px;
}

#wrapper {
	width: 942px;
	height: 1090px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -472px;
	border: 0px solid red;
	overflow: hidden;
}

h1 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	text-align: left;
	list-style: square inside;
}
li {
	font-size: 1.1em;
	padding: 10px;
}

#page {
	width: 942px;
	height: 642px;
	background: transparent url(page_bg.png);

	text-shadow: 0 2px 2px white;
	color: #000;
}

.shadow {
	-moz-box-shadow: 0px 0px 15px #aaaaaa;
	-webkit-box-shadow: 0px 0px 15px #aaaaaa;
	box-shadow: 0px 0px 15px #aaaaaa;
	border: 10px solid white;
	border-radius: 8px;
}

.shadow:hover {
	border: 10px solid #59f6a2;
}


.launch-button {
    width: 240px;
}