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

body {
	background: #663300 url(../graphics/wood_bkr.jpg) repeat center top;
	width: 100%;
	display: table;
}

#card {	
	background: url(../graphics/card_bkr.png) no-repeat center top;
	width: 700px;
	height: 446px;
	margin: -223px 0 0 -365px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 46px;
	padding-top: 5px;
}

#content {
	margin-top: 100px;
	margin-left: 80px;
	width: 480px;
	height: 220px;
}

#content img {
	margin-top: 20px;
	width: 30%;
}

#content p {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 1.1em;
	color: #333333;
	line-height: 150%;
	margin-top: 2em;
}

#content p span {
	font-size: 4em;
	font-style: italic;
	color: #666666;
	display: block;
	margin-bottom: 0.3em;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
