/* Reset
=================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.inline, .inline li {
	display:inline;
}

img {
	border: 0;
}

body {
	font-family: Arial, verdana, sans-serif;
	background-color: #fff;
	font-size: 12px;
}

img {
  border: none;
}

a, a:visited {
	text-decoration: none;
	color: #153B63;
}

a:hover {
  text-decoration: underline;
}

#hcenter {
	width: 720px;
	margin: 0 auto;
	
}
#vcenter {
  width: 720px;
	position: absolute;
	top: 50%;
	height: 280px;
	margin-top: -140px;
  background: url("../images/language/photo.jpg") no-repeat;
}

#lines {
  width: 720px;
  height: 68px;
  left: 0;
  bottom: 10px;
  background: #fff;
  border-top: 42px solid #153B63;
  position: absolute;
  opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

ul.inline {
  position: absolute;
  left: 14px;
  top: 221px;
}

ul.inline li a, ul.inline li a:visited {
  padding-left: 10px;
  background: url("../images/language/arrow.gif") no-repeat left center;
  margin-right: 30px;
}

#welcome {
  position: absolute;
  left: 10px;
  top: 174px;
}

#bcslogo {
  position: absolute;
  right: 10px;
  top: 210px;
}

#usp {
  position: absolute;
  right: 9px;
  top: 248px;
}