body {
	background-color: #ffffff;
	color: #000000;
	margin: 10px;
	font-family: Arial;
	text-align: center;
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.site_title {
	float: left;
	font-size: 120%;
	font-weight: bold;	
}

.page_title {
	float: right;
	text-align: right;
	font-size: 120%;
}

.icon_box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	width: 630px;
	text-align: center;
	border: 1px outset #aaaaaa;
	background: #ffffff;
}
	
.picture_box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	width: 700px;
	text-align: center;
}
	
.box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	width: 650px;
	text-align: left;
}

.rule {
	width: 100%;
	border-top: 1px solid #aaaaaa;
}

.secret {
	color: #ffffff;
	text-align: right;
}

.spacer {
	clear: both;
}

/* link styles */

a:link {
	color: #aaaaaa;
	text-decoration: underline;
}

a:visited {
	color: #aaaaaa;
	text-decoration: underline;
}

a:active {
	color: #0000dd;
	text-decoration: underline;
}

a:hover {
	color: #0000dd;
	text-decoration: underline;
}
