body {
	background: url("http://www.alproject.org/ftp/logo.png") #1470A3 no-repeat;
	background-position: top center;
}

#distro {
	background: #babaf8;
	width: 620px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	font-family: sans-serif;
}

#footer {
	background-color: #babaf8;
        width: 620px;
	margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        padding: 3px;
        font-size: 11px;
        font-family: sans-serif;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: right;
}

td {
	font-family: sans-serif;
        font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
}

a {
	text-decoration: none;
	color: blue;
	font-family: sans-serif;
	font-size: 11px;
}

a:hover {
        text-decoration: underline;
	background: #F59523;
	color: #363636;
        font-family: sans-serif;
        font-size: 11px;
}
