@charset "utf-8";
body {
	background-color: #2c2c2d;
	color: #faffec;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#content {
	background-color: #49494B;
	width: 498px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ff0047;
	height: 100%;
	padding-bottom: 10px;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 157px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.jpg);
}
.bd {
	background-color: #2C2C2E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #970029;
	border-right-color: #DD003D;
	border-bottom-color: #FF6691;
	border-left-color: #FF2D66;
}
#icon {
	height: 50px;
	width: 50px;
	margin-left: 10px;
	margin-top: 10px;
}
#update {
	height: 50px;
	width: 400px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#icontent {
	background-color: #2C2C2E;
	width: 300px;
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 330px;
}
a:link {
	color: #ff0047;
	text-decoration: none;
}
a:visited {
	color: #ff0047;
	text-decoration: none;
}
#rmenu {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	height: 330px;
}
#recent {
	width: 468px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.h1 {
	font-size: 24px;
	text-decoration: none;
}
#menu {
	height: 30px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
