@charset "utf-8";
/* CSS Document */
/* Name: Wardens of Ysera */
/* Version: Cataclysm */
/* Author: Straydreamers.com */
/* Date: February 2011 */

/* General Content */
body {
	padding: 0px;
	margin: 0px;
	background:#000000;
	color:#FFFFFF;
}

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

a:hover, a:active {
	text-decoration:underline;
}


/* Content */
.content {
	overflow:auto;
	width:520px;
	height:80%;
	margin-left: 30px;
	margin-right: 5px;
}

/* Footer */

.footer {
padding: 25px;
}

.footer p {
	text-align:center;
	font-size:.6em;
	position:relative;
	margin-bottom:0px;

}

