/* ------ SevenRPG Style Sheet ------ */

/*---------- Page Elements ----------*/
* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color: #ADADAD;
	text-align:center;
}

object { 
	outline:none;
	}

/*---------- Wrappers ----------*/
#bodyWrapper {
	background-color: #ADADAD;
	width:100%;
	height:100%;
	vertical-align:top;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-width:650px;
	min-height:585px;
}

#bgWrapper {
	width:100%;
	height:100%;
	text-align:center;
	background-image:url(images/bigbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow:visible;
}

#contentWrapper {
	width:650px;
	height:575px;
	margin-left: auto ;
	margin-right: auto ;
}
