/* page structure
---------------------------------------------------------- */

body {
    background: url(../img/bg_splash.jpg) no-repeat scroll 50% -230px #E9E9E9;
}

#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}

/* main
---------------------------------------------------------- */

#main {
    padding: 100px 0 0 0;
    text-align: center;
}

#astrid {
    margin: 20px auto;
    width: 300px;
    height: 155px;
    text-indent: -999em;
    background: url(../img/astrid.png) no-repeat 0 0;
}


/* language
---------------------------------------------------------- */

#lang {
    padding: 20px 0 180px 0;
    font-size: 1.167em;
    text-align: center;
}

#lang li {
    display: inline;
    margin: 0 5px 0 5px;
}

#lang a {
    padding: 6px 9px 7px;
    text-decoration: none;
    color: #6b6c6d;
    border: 1px solid #dcdcde;
    background: #fff;    
}

/* footer
---------------------------------------------------------- */

#footer {
    clear: both;
    margin: 10px 0 0 0;
    font-size: .917em;
    text-align: center;
    border-top: 1px solid #e0dfdd;
}

#footer h4 {
    margin: 0 0 3px 0;
    font-size: 1em;
}

#footer h4 span { font-weight: normal; }

#footer .sponsors {
    padding-bottom: 5px;
    border-bottom: 1px solid #e0dfdd;
}

#footer .sponsors li {
    float: left;
    margin-right: 20px;
}

#footer a {
    color: #2d3947;
}

/* skip to nav links
---------------------------------------------------------- */

#skip {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}

#skip li{
	text-indent: -999em;
}

/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	left: -9999px !important;
	left: -9999px !important;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -9999px;
}

/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
