*
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1em;
	color: #333;
}

body
{
	background: #fff;
	font-size: .8em;
}

a
{
	font-weight: bold;
	color: #e3e3e3;
	text-decoration: none;
	padding: 10px;
}

span
{
	font-weight: bold;
	color: #000;
	padding: 10px;
}

a:hover
{
	color: #fff;
}

#page
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 500px;
	background: #fff url(images/big.jpg) no-repeat top left;
	border: 0;
	padding: 0;
	margin: -250px 0 0 -500px;
}

#a3
{
	position: absolute;
	/*display: block;*/
	top: 340px;
	left: 470px;
	z-index: 2;
	text-align: right;
	/*width: 110px;
	height: 40px;*/
}

#a3shadow
{
	position: absolute;
	top: 341px;
	left: 471px;
	z-index: 1;
	text-align: right;
}

#a3shadow2
{
	position: absolute;
	top: 342px;
	left: 472px;
	z-index: 1;
	text-align: right;
}

#a567
{
	position: absolute;
	top: 260px;
	left: 10px;
	z-index: 2;
}

#a567shadow
{
	position: absolute;
	top: 262px;
	left: 12px;
	z-index: 1;
}

#a234 a, #a567 a, #a234shadow span, #a567shadow span
{
	display: block;
	float: left;
}

#a234
{
	position: absolute;
	top: 306px;
	left: 10px;
	z-index: 2;
}

#a234shadow
{
	position: absolute;
	top: 308px;
	left: 12px;
	z-index: 1;
}

#explanation
{
	font-family: Arial;
	color: #fff;
	text-align: right;
	font-size: .89em;
	position: absolute;
	top: 153px;
	right: 277px;
	width: 250px;
	font-weight: bold;
}

#explanation strong
{
	color: #fff;
	font-family: Arial;
}

#quote
{
	font-family: Arial;
	color: #fff;
	text-align: left;
	font-size: .89em;
	position: absolute;
	top: 153px;
	left: 20px;
	width: 400px;
	font-weight: bold;
}

#title
{
	position: absolute;
	top: 30px;
	left: 30px;
}

h1
{
	font-family: Arial;
	color: #333;
	font-size: 1.8em;
	letter-spacing: -.04em;
}

h3
{
	font-family: Arial;
	color: #666;
	font-size: 1em;
}

h2
{
	font-family: Arial;
	color: #BB1614;
	font-size: 1.7em;
	letter-spacing: -.04em;
}

#comments, #comments2
{
	position: absolute;
	top: 345px;
	left: 235px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#comments p
{
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: .7em;
}

#comments2 p
{
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: .8em;
}

#comments textarea
{
	width: 200px;
	height: 50px;
	padding: 2px;
}

#comments input
{
	padding: 2px;
}

#comments .text
{
	width: 200px;
}

#comments2 a
{
	background: none;
	padding: none;
	color: #333;
	text-decoration: underline;
	padding: 0;
}

#comments2 a:hover
{
	background: none;
	padding: none;
	color: #333;
	text-decoration: underline;
}