/* CSS Document */
#mainpage{
	text-align: center;
}

.double{
	width: 680px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('images/blacktrans.png');
	margin-bottom: 2.5%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}
.links{
	position: absolute;
	left: 15;
	text-size: 1.5em;
	color: #e8d44a;
	font-weight: bold;
	width: 310px;
	background-image: url('images/blacktrans.png'); 
	min-height: 50px;
	overflow: visible;
	text-align: center;
	margin-left: 15px;
}

.links2{
	position: absolute;
	right: 15;
	margin-left: 355px;
	text-size: 1.5em;
	color: #e8d44a;
	font-weight: bold;
	width: 310px;
	background-image: url('images/blacktrans.png');
	min-height: 50px;
	overflow: visible;
	text-align: center;
}
