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

p {
	margin: 0px;
	padding: 0px;
}
#content {
	height: 250px;
	width: 700px;
	margin-top: -275px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#logo {
	height: 250px;
	width: 250px;
	float: left;
	top: 50%;
	position: absolute;
	margin-top: -125px;
	background-image: url(images/logo_inactive.png);
	background-repeat: no-repeat;
}
#text {
	float: right;
	height: 250px;
	width: 425px;
	margin-left: 25px;
}
