img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #CAE5F3;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat: repeat-x;
    font-family: century gothic, arial;
    font-size: 12px;
    color: black;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -378px;
    padding: 0px;
    top: 0px;
    width: 756px;
    background-image: url("/sites/templates/images/index.jpg");
    height: 599px;
}

a, #content a {
    text-decoration: underline;
    color: black;
}

LABEL, tr, td  {
    color: black;
    font-size: 12px;
	}
	
#content {
	position: absolute;
	top:537px;
	left:245px;
	width: 280px;
	height: 70px;
	font-family: century gothic, arial;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: grey;
	}	

#lang_choice {
    position: absolute;
    top:518px;
    left:245px;
    width: 280px;
    height: 16px;
    text-align: center;
    
}
 
#lang_choice img {
	padding-right: 5px;
	} 


