html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #3b3b3b url('img/bg.png') repeat-x;
}

#container {
	min-height: 100%;
	position: relative;
}
#content {
	padding: 10px;
	padding-bottom: 20px;
}

a, a:visited {
    color: #999;
    font-size: 11px;
}

a:hover {
    color: #aaa;
    text-shadow: 1px 1px 1px #666;
}

h1 {
    background: url('img/sprite.png') 54px top no-repeat;
    height: 134px;
    width: 200px;
    font-size: 0;
    text-indent: -9999px;
    margin: 0 auto;
}

ul {
    list-style: none;
    margin: 10px auto;
    padding: 0;
    width: 640px;
    border: 1px solid #666;
    height: 52px;
    padding: 10px 0;
}

li {
    float: left;
    width: 125px;
    text-align: center;
}

li a {
    display: block;
    padding-top: 36px;
    outline: none;
}

#database a {
    background: url('img/sprite.png') 46px -146px no-repeat;
}

#webmail a {
    background: url('img/sprite.png') 46px -197px no-repeat;
}

#project a {
    background: url('img/sprite.png') 46px -248px no-repeat;
}

#stats a {
    background: url('img/sprite.png') 46px -299px no-repeat;
}

#translations a {
    background: url('img/sprite.png') 46px -350px no-repeat;
}


#footer {
    border-top: 1px solid #333;
    margin-top: 200px;
    text-align: right;
    font-size: 10px;
    color: #666;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
}

#footer p {
	line-height:20px;
    margin: 0 7px 0 0;
    padding: 0;
}

ul {
    background-color: rgba(68,68,68,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
} 
#footer {
    background-color: rgba(68,68,68,0.3);
}
