body {
	background: url(../images/bg_body.jpg) repeat-x;
	padding-bottom: 40px;
}
#container {
	position: relative	;
}
#logo {
	margin: 0;
	position: absolute;
	top: 27px;
	left: 30px;
	border: none;
}
#screenshot {
	position: absolute;
	right: 0;
	top: 27px;
}
form {
	padding-top: 260px;
	width: 58%;
}
legend {
	color: red !important;
}
.side {
	padding-top: 290px;
	float: right;
	width: 35%;
}
h3 {
	color: red;
}
#errors {
	display: none;
	margin: 1.5em 0;
	background:#DFE5ED;
	color:#F1000D;
	padding:10px
}
#footer {
	padding: 20px;
}
#footer a {
	color: #AAA;
}

.centered {
	text-align: center;
}

.right_align {
	text-align: right;
}

.ladder_table {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	width: 100%;
}