html,body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FDFDFD;
}
#wrapper {
	background-image: url(../templates/images/vertical_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	width:980px;
}
#wrapper2 {
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	width:968px;
}
#footer {
	height:12px;
	background-color: #FDFDFD;
	background-image: url(../templates/images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
#langchoice-1,#langchoice-2,#langchoice-3,#langchoice-4 {
	font-family: Arial, Helvetica, sans-serif;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #415A68;
}
#langchoice-1{
	background-image: url(../images/splash/splash_background_1.jpg);
}
#langchoice-2{
	background-image: url(../images/splash/splash_background_2.jpg);
}
#langchoice-3{
	background-image: url(../images/splash/splash_background_3.jpg);
}
#langchoice-4{
	background-image: url(../images/splash/splash_background_4.jpg);
}
#langchoice-1 p,#langchoice-2 p,#langchoice-3 p,#langchoice-4 p {
	padding-top: 448px;
	padding-left: 572px;
	margin:0;
}
#langchoice-1 a,#langchoice-2 a,#langchoice-3 a,#langchoice-4 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #415A68;
	text-decoration:none;
	font-weight:bold;
}
#langchoice-1 a:hover,#langchoice-2 a:hover,#langchoice-3 a:hover,#langchoice-4 a:hover{
	color: #B50937;
}
