body {
	background-image: url('images/background_square.png');
	background-repeat: repeat;
} 

#maincontainer {
	position:absolute;
	width: 610px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -305px;
	margin-top: -150px;
}

#logo {
	position:absolute;
	width: 300px;
	height: 60px;
	left: 0px;
	top: 0px;
}

#main_text {
	position:absolute;
	left: 0px;
	top: 70px;
	font-family: 'Droid Sans TV', serif;
	font-size: 18px;
	color: #4c4c4c;
	letter-spacing: 0px;
	line-height: 24px;
	text-shadow: none;
	text-align:left;
	margin-top: 10px;	
}

#more {
	position:absolute;
	left: 0px;
	top: 180px;
	width: 100%;
	text-align: right;
	font-family: 'Droid Sans TV', serif;
	font-size: 10px;
	color: #4c4c4c;
	margin-top: 20px;
}

#linkedin {
	vertical-align: middle;
	margin-left: 10px;
}

.global_link {
	color: #1e5faa;
	font-weight: bold;
	text-decoration: none;
}

.selected_link {
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}

.nonselected_link {
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
}
