@charset "UTF-8";
body {
	background: #3b5a8e url(background.jpg) repeat-x;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	font-style: normal;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 80px;
	width: 500px;
	background-color: #eee;
	padding: 20px 50px;
	border: 1px solid #000;
}

h1 {
	color: #2c539e;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	margin-bottom: 30px;
}

p a {
	color: #3b5a8e;
	text-decoration: none;
	font-weight: bold;
}

p a:hover {
	color: #3869ca;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.reflection {
	width: 602px;
	padding-bottom: 97px;
		margin-left: auto;
	margin-right: auto;
	background: url(reflection.jpg) repeat-x 0 bottom;
}