body {
	background-color:#000;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#mainContainer {
	height:470px;
}

#logoContainer {
	height:100px;
	background-image:url(../images/sections/intro_hdn/intro_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	margin-top:20%;
}

#languagesContainer {
	text-align:center;
	margin-top:100px;
}

#underlineContainer {
	height:3px;
	background-image:url(../images/sections/intro_hdn/underline.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:10px;
}

a {
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
a:visited {
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
