#wrapper {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 95px;
}
#buttons {
	font-size: 24px;
	color: #FFFFFF;
	padding: 10px;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#buttons a {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
#buttons a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #272732;
}
#header {
	background-image: url(images/logo1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#splash {
	background-image: url(images/darksouls.png);
	float: left;
	height: 350px;
	width: 300px;
}
#announce {
	width: 690px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 18px;
	color: #333333;
	margin-top: 5px;
}
#info {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/transbg.png);
	padding: 10px;
	margin-bottom: 15px;
}
#footer {
	color: #FFFFFF;
	padding: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#content {
	float: right;
	width: 360px;
	padding: 10px;
}

#info img {
	border: 4px solid #FFFFFF;
	margin: 5px;
}
#info img:hover {
	border: 4px solid #7EAEDE;
	margin: 5px;
}
#buttons img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buttons img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
