@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.png);
	background-size:100%;
	background-attachment:fixed;
	background-color:#FFF;
}

#logo {
	width:340px;
	height:320px;
	position:absolute;
	top:50%;
	margin-top:-160px;
	left:50%;
	margin-left:-170px;
}

#testosx {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:-160px;
	left:50%;
	margin-left:-540px;
}

#testosx2 {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:-54px;
	left:50%;
	margin-left:-540px;
}


#testosx3 {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:52px;
	left:50%;
	margin-left:-540px;
}

#testodx {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:-160px;
	left:50%;
	margin-left:200px;
}

#testodx2 {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:-54px;
	left:50%;
	margin-left:200px;
}


#testodx3 {
	width:340px;
	height:106px;
	position:absolute;
	top:50%;
	margin-top:52px;
	left:50%;
	margin-left:200px;
}

a:link, a:visited {
	text-decoration:none;
	color:#B22222;
}

a:hover {
	color:#B22222;
	font-style:italic;
}

h1 {
	font-family: Atlanta;
	font-size: 30px;
	color: #B22222;
	text-decoration: none;
	text-align: center;
}
