body {
	background: #191919;
	font: 12px georgia;
	color: #8a8a7e;
        background-image:url('http://fan.boleyn.org/bg.jpg');

	}

.h1 {
	text-decoration: none;
        font: 16px georgia;
	font-weight: bold;
	color: #8a8a7e;
	text-shadow: #FFFFF 0px 0px;

	}

input, select, textarea {
        font-family: georgia;
        font-size: 12px;
        color: #afaeae;
        background: #232323;
        border: 0;
        padding: 10px;
        margin: 0px;
        -moz-border-radius:  5px 5px 5px 5px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #d2d0d0;
	border-bottom: 1px dotted #d2d0d0;
	text-shadow: #FFFFF 0px 0px;

	}

a:hover {
        text-decoration: none;
	font-weight: normal;
	color: #afaeae;
	border-bottom: 1px dotted #afaeae;
	text-shadow: #FFFFF 0px 0px;
	}

#middle {
	position: absolute;
	left: 40%;
}
