﻿body {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: center;
}

h1 {
	margin: 3px 0 3px 0;
	font-size: 1.5em;
}

h2 {
	margin: 3px 0 3px 0;
	font-size: 1.2em;
}

#boxintro {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
}
#boxintro-logo {
	float: left;
	width: 600px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}

#boxintro-header {
	float: left;
	width: 600px;
	height: 50px;
	text-align: right;
	vertical-align: middle;
}

#boxintro-language {
	float: left;
	width: 600px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

#boxintro-bottom {
	float: left;
	width: 600px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

a:link img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

a:hover img {
	border: none;
}

a:visited img {
	border: none;
}