html, body {
margin: 0;
padding: 0;
}

body {
background-color: #f8f8f8;
background-image: url("img/body-bg.png");
background-position: 4px 0; 
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
width: 100%;
}

a, a:link, a:visited, a:hover, a:active {  
color: #ffffff;
text-decoration: none; 
}

address {
font-style: normal;
font-size: 13px;
/*margin-top: 8px;*/
}

#container {
background-image: url("img/container-bg.jpg");
background-position: 0px 84px;
background-repeat: no-repeat;
height: 485px;
margin: 48px auto 0 auto;
text-align: center;
width: 510px;
}

#content {
background-image: url("img/content-bg.png");
background-position: bottom;
background-repeat: no-repeat;
height: 75px;
padding-top: 326px;
}

#header {
background-image: url("img/header-bg.png");
background-repeat: no-repeat;
height: 84px;
}

#languages {
font-size: 13px;
position: absolute;
top: 434px;
}

#languages a:hover {
text-decoration: underline;
}

#languages .disabled {
color: #666666;
}

#languages li {
display: inline;
padding-right: 5px;
}

#languages ul {
text-align: center;
margin: 0;
padding-left: 8px;
}

#footer, #footer a {
color: #c8c7de;
}

#footer {
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

#footer a {
text-decoration: underline;
}

h1 { 
font-size: 24px; 
margin-bottom: 0;
padding-top: 18px;
}
h2 { 
color: #c8c7de;
font-size: 21px;
line-height: 18px;
margin-top: 0;
}

img { border: 0; }
