﻿html, body
{
    height: 100%;
}

body
{
    margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #373737;
    position: relative;
}

.clearBoth
{
    clear: both;
}

#wrapper
{
    position: relative;
    height: 100%;
	color: #373737;
	margin: 0px;
	padding: 0px;    
}

#contentWrapper
{
    position: relative;
    height: 100%;
    width: 1024px;
    margin: 0px auto;
    padding: 150px 0px 0px 0px;    
}

.text
{
    color: #FFFFFF;
    width: 400px;
    height: 200px;
    position: absolute;
    top: 210px;
    left: 240px;
}

.invisible
{
    display: none;
}

#languages
{
    text-align: center;
}

#languages a
{
    margin: 3px 5px 0px 5px;
    border: solid 3px #FFFFFF;
}

#languages img
{
    border: 0px;
}
