@charset "UTF-8";
/* RESET */
a, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, figure, nav, article, aside, footer, hgroup, section, time, mark, audio, video {margin: 0;padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-decoration: none; background: transparent; letter-spacing: 0.05em;}
:focus, :active { outline: 0 }
ol, ul { list-style: none }
blockquote:before, blockquote:after { content: "" }
blockquote { quotes: "" "" }
header, nav, article, aside, footer, hgroup, section { display: block }
.clear {clear: both; margin: 0; padding: 0;}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:0; 
}

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
    background:#eaeaea url('images/body-bg.png') top center no-repeat;
    color:#434345;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a {
    text-decoration:none;
}
em {
    font-style:italic;
}
strong {
    font-weight:bold;
}
#wrapper {
    text-align: center;
    margin-top: 230px;
}

h1 {
    font:30px/36px Verdana, sans-serif;
    font-weight:bold;
}
h1 span {
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:1px;
}
section#content {
    width:100%;
    float:left;
    margin:0 0 24px 0;
    }
    
section#content h1{
	background: url(images/logo.png) no-repeat center center;
	height: 95px;
	margin-bottom: 15px;
	text-indent: -9999px;}    
    


form {
    display:inline;
    padding:0;
}

footer {
    clear:both;
    width:960px;
    margin:0 auto;
    font-family: Verdana, sans-serif;
    font-size:10px;
    color:#ccc;}
    
footer a {
    color:#ccc;
    font-style:italic;}
    
footer a:hover {
    color:#fff;}

section#languages a {
	margin: 0 20px;}










