
body {
    background: transparent url(../images/background.gif);
}

#wrapper {
    position: absolute;
    background-color: #FFF;
    width: 800px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    padding: 2em;
    border: 1px solid #808080;
}

#header h1 {
    border-bottom: 1px solid #777;
    color: #555;
    padding-bottom: 0.2em;
}

#header h3 {
    border-bottom: 1px solid #777;
	border-top: 1px solid #777;
    color: #555;
	background-color: #F0F0F0;
    padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#content h3 {
    color: #434690;
}

#footer {
    text-align: center;
}

