@charset "utf-8";
@import url("reset.css");


body{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color:#000000;
}
p { margin-bottom: 15px; }
strong { font-weight: bold; }
a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:active, a:hover { text-decoration: underline; }
.clear { clear: both; }
.bolder { font-weight: bold !important; }
#container {
	width: 216px;
	height: 288px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -144px;
	margin-left: -108px;
}
