﻿body {
	text-align: center;
	background-color: #fff;
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 0.7em;
	color: #000; 
	margin-top: 5px;
}

img {
	border: 0px;
}

a {
	color: #A90B3E; 
	font-family: Verdana,Arial;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	height: 500px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#background_intro {
	margin-top: 50px;
	background-image: url(../img/general/intro.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	border: 1px solid #000;
}

#IntroInfoLeft {
position: relative;
top: -200px;
left: -300px;
}

#IntroInfoRight {
position: relative;
top: -272px;
left: 320px;
}


ul#yellow_ribbon {
	width: 500px;
	margin-top: -60px;
	margin-left: 1px;
	padding: 0px;
	color: #A90B3E;
	height: 55px;
	list-style: none;
	text-align: center;
}

#ribbon li{
	float: left;
	display: block;
	height: 60px;
	margin-left: 2px;
	padding-left: 0px;
	margin-right: 2px;
	font-size: 35px;
	width:350px;
}

ul#language{
	margin-top: 0px;
	padding: 0px;
	color: #000;
	height: 60px;
	list-style: none;
	text-align:  center;
	}

#language li{
	float: left;
	display: block;
	height: 60px;
	margin-right: 50px;
	padding-left: 0px;
	font-size: 1.2em;
}

