@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #2aabe1;
}

a:hover {
	color: #2aabe1;
}

.logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 50em;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 150px;
}

.text {
	font-size:16px;
	color:#FFF;
	margin-top: 50px;
}

.email {
	font-size:12px;
	color: #2aabe1;
	margin-top: 40px;
}

.socialnet {
	width: auto;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}

table, td, tr, th {
	width: 50em;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	position: relative;
}