* {
	padding: 0;
	margin: 0;
}

body {
	font: small sans-serif;
    text-align: center;
    background: #FFFFFF url("/img/bg.jpg") top left repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

li {
	margin-left: 4em;
}

h1 {
	margin-top: .5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#00A0D4;
}

textarea {
	overflow: hidden;
}

#header-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 5em;
	text-align: center;
	background-color: #E8F4FF;
	border-bottom: solid 1px #6699CC;
}

#header {
    position: absolute;
    width: 100%;
	text-align: center;
    top: 0;
    left: 0;
}

#content {
	margin-top: 120px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#flashcontent {
}

#progress {
    position: absolute;
    width: 100%;
	text-align: center;
    top: 8em;
    left: 0;
}

#progress img {
	vertical-align: middle;
	margin-left 5px;
	margin-right: 5px;
}