* {
	margin: 0;
	padding: 0;
	font-family: Book Antiqua, Arial, Helvatica;
}
body {
	background: #fbfcfa url('../images/bg_main.jpg') repeat-x;
	text-align: center;
}
#page {
	margin: 0 auto;
	width: 500px;
}
#page img {
	float: left;
	margin-right: 30px;
	margin-top: 0;
	position: relative;
	top: -50px;
	_top: 0;
}
#page .first {
	font-weight: bold;
	font-size: 150%;
	margin-top: 50px;
}
#page .second {
	font-size: 100%;
	margin-bottom: 20px;
	text-align: left;
}
#page p {
	font-size: 100%;
}
#page a {
	color: #4a72af;
}
#page a:link,
#page a:visited {
	text-decoration: underline;
}
#page a:hover {
	text-decoration: none;
}
#page table {
	margin: 0 auto;
}