
/* Layout Stylesheet */ 


body
{
	margin: 0px;
	padding: 0;
	background: #242424;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #283F82;
}

#lh-col
{
	position: absolute;
	top: 64px;
	left: 10px;
	width: 185px;
}

#block
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	width: 164px;
	border: 2px solid #283F82;
	background: #191919;
	color: #333333;
	margin-bottom: 8px;
	padding: 10px;
}

#block2
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	border: 2px solid #283F82;
	background: #191919;
	color: #333333;
	margin-bottom: 8px;
	padding: 10px;
}

#logo_block
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	width: 184px;
	height:119px;
	border: 2px solid #283F82;
	color: #333333;
	margin-bottom: 8px;
	background: url("http://www.reborn-spinebreaker.eu/images/Reborn.gif") no-repeat;
}

#rh-col
{
	margin: 5px 10px 10px 205px;
}