* {
	margin: 0;
	padding: 0;
}


a.language1:link	{ text-decoration: none; color: #00bdf7; }
a.language1:visited	{ text-decoration: none; color: #00bdf7; }
a.language1:hover	{ text-decoration: underline; color: #00bdf7; }
a.language1:active	{ text-decoration: underline; color: #00bdf7; }


a.language2:link	{ text-decoration: none; color: #94946b; }
a.language2:visited	{ text-decoration: none; color: #94946b; }
a.language2:hover	{ text-decoration: underline; color: #94946b; }
a.language2:active	{ text-decoration: underline; color: #94946b; }

body {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.95em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input {font-family: 'Arial CE', Arial, sans-serif; font-size: 1em;}

#maincontainer	{
	width:990px;
	height: 503px;
	margin: 0 auto;
	text-align: center;
}

#introcontainer {
	width: 500px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	top: 125px;
	z-index: 2;
}

#leftstripes	{
	width: 24px;
	height: 480px;
	position: relative;
	top: 10px;
	float: left;
	background-image: url(../images/stripes-left.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#reversestripes	{
	width: 24px;
	height: 480px;
	position: relative;
	top: 10px;
	float: right;
	background-image: url(../images/stripes-left-reverse.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#logo {
	width: 123px;
	height: 17px;
	position: relative;
	top: -240px;
	left: 20px;
	float: left;
}

#language {
	color: #94946b;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	left: -103px;
	top: -190px;
	float: left;
}


