/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: Black;
	color: #B2B2B2;
	font-family: Tahoma, Arial, Verdana, "Lucida Grande",  sans-serif;
	line-height: 1.5em;
	font-size: 11px;
	background-image: url(../images/index.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/** Layout **/
#r-mainbody-wrapper {
	z-index: 1;
	position: relative;
	display: block;
	width: 500px;
	margin-left: 450px;
	margin-top: 200px;
}

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

a:hover, a:active, a:focus {
	color: #B33C14;
	text-decoration: none;
}