body {
	background: url('http://www.bafareast.com/baeb5/wp-content/uploads/2013/10/splash-wide.jpg') top center no-repeat;
	background-color: #0099cc;
	/*background-position-y: 55px;*/
	color: #fff;
	font-family: 'Open Sans', Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

a {     color: #fff;
        font-weight: bold;
        text-decoration: none;
}

a:hover{
	color: #dedede;
}

p {
    text-align: center;
    padding: 0px;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}
	

li {
	font-size: 14px;
}

hr {
        border: 0;
        background-color: #0099cc;
        height: 2pt;
        width: 850px;
}

#wrapper {
	margin: 0px auto;
	margin-top: 610px;
	padding: 0;
	text-align: left;
	width: 1000px;
}

.splash-header {
	/*background: url('http://www.bafareast.com/baeb5/wp-content/uploads/2013/10/splash.jpg') no-repeat;*/
	/*display: block;*/
        /*height: 600px;*/
	/*margin: 0px auto;*/
	/*width: 1000px;*/
}

.header-bg {
	background: #fff;
	display: block;
	filter:alpha(opacity=30);
	height: 55px;
	opacity:0.3;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.header-text {
	font-size: 18px;
	font-weight: bold;
	margin: -40px 0 0 0;
	position: relative;
	text-shadow: 1px 1px 3px #2b2b2b;
	z-index: 10;
}

#container {
	display: block;
        padding: 0;
        position: relative;
	width: 100%;
}

.linkbox {
       	background-color: #2b2b2b;
        display: block;
        float: left;
        height: 75px;
        padding: 0;
        position: relative;
	width: 250px;
}

#container .linkbox a  {
        color: #dedede;
        display: table-cell;
        font-size: .9em;
        font-weight: bold;
        height: 75px;
        position: relative;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        width: 250px;
}


#container .linkbox a:hover {
        color: #fff;
}

#container .linkbox:hover {
        background-color: #0099cc;
        background-image: -moz-linear-gradient(top, #0099cc, #0180aa);
	background-image: -ms-linear-gradient(top, #0099cc, #0180aa);
	background-image: -webkit-linear-gradient(top, #0099cc, #0180aa);
	background-image: -o-linear-gradient(top, #0099cc, #0180aa);
	background-image: linear-gradient(top, #0099cc, #0180aa);
        color: #fff;
}

.language-select {
	float: right;
	padding: 20px;
}

.footertext {
	clear: both;
	padding-top: 20px;
}