body {
	background-color: #000;
	color: #FFF;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	bottom: 30px; }

a {
	color: #FFF;
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

/*
Master Container
*/

#underConstruction {
	width: 86px;
	height: 86px;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 999;}

#masterContainer {
	display: block;
	position: absolute;
	background: #000 url(../images/bg.png) bottom repeat-x;
	width: 100%;
	height: 100%; }

#mainContainer {
	position: absolute;
	width: 400px;
	left: -200px;
	margin-left: 50%;
	height: 50px;
	top: -25px;
	margin-top: 50%; }

/*
Main Col
*/
#colLeft {
	width: 120px;
	height: 50px;
	float: left;
	display: block;
	vertical-align: middle; }

#colLeft img {
	margin-right: 10px; }

#colRight {
	width: 279px;
	float: left;
	display: block;
	border-left: 1px dashed #FFF; }

#colRight h1 {
	font-family: Georgia; 
	font-size: 1.5em;
	font-weight: normal; 
	margin: 0 0 10px 10px;
	text-shadow: #000 1px 1px; }

#colRight ul {
	margin: 0 0 0 10px;
	display: block;
	float: left; }

#colRight li {
	margin: 5px 10px 0 0;
	display: inline;
	color: #AAA; }

#colRight span {
	color: #AAA;
	font-family: Georgia; 
	font-style: italic; }

.fr {
	background: url(../images/fr.png) 0 3px no-repeat; 
	padding: 0 0 0 25px; }

.en {
	background: url(../images/gb_nb.png) 0 3px no-repeat; 
	padding: 0 0 0 25px; }

.es {
	background: url(../images/es_nb.png) 0 3px no-repeat; 
	padding: 0 0 0 25px; }