@charset "utf-8";

body {
	text-align: center;
}

div.content_home {
	position: absolute;
	
	left: 50%;
	top: 50%;
	width: 810px;
	height: 507px;
	
	margin-left: -405px; /* half of width */
	margin-top: -254px;  /* half of height */
	text-align: left;
}

#left {
	float: left;
}

#right {
	float: right;
	min-width: 300px;
}

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
#right li {
	margin: 2px 0px 2px 0px;
}

img#signature {
	margin-top: 100px;
}

a { text-decoration: none; }
a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #AA1F24; }