*,html,body {
	margin:0px;
	padding:0px;
}

html,body {
	width:100%;
	height:100%;
	font-family:arial;
}

body{
	background:#2BA22E url('../images/BIC_Language_Page.jpg') center top no-repeat;
}

#container{
	height:100%;
	margin:auto;
}

#container table{
	margin:250px auto 0 auto;
}

#container table td{
	width:140px;
	height:40px;
}

#container table td a{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
}

#container table td a:hover{
	color:#2aa12d;
}