body {
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: #DF2B2E;
}

#page {
	position: relative;
	min-width: 760px;
	height: 484px;
	background-image: url("../images/background.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#page img {
	border: none;
}

#page a {
	text-decoration: none;
}


#page .logos {
	position: absolute;
	right: 363px;
	top: 151px;
	
}

#page .logos a {
	color: black;
	background-color: transparent;
	text-transform: uppercase;
}


#page .logos img {
	margin-left: 5px;
	margin-right: 5px;
}

#page .logos .left {
	width: 180px;
	float: left;
}
#page .logos .right {
	width: 180px;
	float: left;
	text-align: right;
}

#page .logos .bottom {
	margin-top: 8px;
	border-top: 1px solid #f36e66;
	border-bottom: 1px solid #f36e66;
	height: 40px;
	text-align: center;
	color: black;
	background-color: transparent;
	font-family: "arial narrow", sans-serif;
	font-size: 8pt;
}

#page .logos .left .bottom {
	padding-right: 30px;
}

#page .logos .right .bottom {
	padding-left: 30px;
}

#page .logos b {
	display: block;
	margin-top: 5px;
	font-weight: normal;
}

#page .logos .left b {
	margin-top: 12px;
}


#page .langs {
	position: absolute;
	top:340px;
	right: 386px;
	width: 100px;
	text-align: left;
	font-family: "arial narrow", sans-serif;
	font-size: 8pt;
	letter-spacing: 0.05em;
}

#page .langs a {
	margin-bottom: 10px;
	color: #221e1f;
	background-color: transparent;
	display: block;
	text-transform: uppercase;
}

#page .langs a img {
	border: 1px solid #221e1f;
	vertical-align: bottom;
	margin-right: 10px;
}

#page .langs a:hover {
	color: black;
	background-color: transparent;
}

#page .langs a:hover img {
	border-color: black;
}


#page .opt {
	position: absolute;
	top:500px;
	right: 68px;
	width: 450px;
	text-align: center;
	font-family: "arial narrow", sans-serif;
	font-size: 8pt;
	color: #fedee0;
	background-color: transparent;
}

#page .opt a {
	color: #fedee0;
	background-color: transparent;
}

#page .opt a:hover {
	color: white;
	background-color: transparent;
}

