
/* <style> */

/* default backgrounds */
body {
	background: #7c0004 url("/images/backgrounds/default/2000x1437.jpg") top center no-repeat;
}
body.bg_default_sml{
	background: #e6e6e6 url("/images/backgrounds/default/1200x1437.jpg") top center no-repeat;
}
body.bg_default_med {
	background: #e6e6e6 url("/images/backgrounds/default/1400x1437.jpg") top center no-repeat;
}
body.bg_default_lrg {
	background: #e6e6e6 url("/images/backgrounds/default/2000x1437.jpg") top center no-repeat;
}

.logo{
	margin-top:20px;
}

#languageSelect {
	z-index: 1000;
	margin-top: -156px;
	margin-left: -317px;
	position: absolute;
	top: 25%;
	left: 50%;
	padding: 0;
	width: 732px;
	height: 363px;
	visibility: visible;
}
#languageSelect #stones{
	float: left;
	position: relative;
	left: 270px;
}
#en_box{
	position: relative;
	top: -25px;
	float: left;
	width: 293px;
	height: 341px;
	margin-right:10px;
}
#fr_box{
	float:left;
	width: 362px;
	height: 331px;
}
#olympicStones {
		display: none;
	/*
	position: absolute;
	bottom: 330px;
	left: -30px;
	width:100%;
	height: 0;
	text-align: center;
	z-index: 2000
	*/
}

#lang_footer {
	z-index: 2000;
	position: absolute;
	width:100%;
	height: 125px;
	bottom: 0px;
	left: 0px;
	background: #fff;
	padding-top: 1px;
	border-top: 1px #e6e6e6 solid;
}

* html #footer {
	bottom:-1px;
}

#lang_footer p {
	text-align: center;
	margin: 5px 80px;
}

#content {
	position: static;
}

* html #content {
	width:100%;
}

html>body #content {
	*width:100%;
}

* html #content .logo {
	margin-left:35px;
}

html>body #content .logo {
	*margin-left:35px;
}
