*
{
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma, Arial, Sans-Serif;
    font-size:13px;
    color:white;
}
a
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:13px;
    color:white;
    font-weight:normal;
	text-decoration:none;
}
a:hover
{
	color:#CCCCCC;
}
body.top
{
    overflow:hidden;
	background-color: #333333;
}
.wrap 
{
	background-color: #000000;
	width: 100%;
	min-width: 650px;
}
div#left 
{
	position:absolute;
	left:0;
	top:0;
	height: 135px;
	width:2%;
	background-color: #333333;
	background-image: url("fader.gif");
	background-repeat: repeat-x;
	border-right:solid 3px black;
}
div#right
{
	position:absolute;
	right:0;
	top:0;
	height: 135px;
	width:2%;
	background-color: #333333;
	background-image: url("fader.gif");
	background-repeat: repeat-x;
	border-left:solid 3px black;
}
.rightscroll
{
	position:absolute;
	right:0;
	top:0;
	height: 135px;
	width:25px;
	background-color: #333333;
	background-image: url("fader.gif");
	background-repeat: repeat-x;
	display:none;
}
.header 
{
	height: 135px;
	background-color: #000000; 
	background-image: url(http://files.taintedsouls.eu/top2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align:center;
}
.hnavwrap
{
	width:810px;
	height:27px;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-410px;
}

body.main
{
	background-color: #333333;
}
.mainleft 
{
	position:absolute;
	left:0;
	top:0;
	height:96%;
	width:2%;
	background-color: #333333;
}
.mainright
{
	position:absolute;
	right:0;
	top:0;
	height:96%;
	width:2%;
	background-color: #333333;
}
div.main
{
	padding:20px;
	margin-left:2%;
	margin-right:2%;
	min-height:700px;
	background-color: #474644;
	border-bottom: solid 3px black;
	border-right:solid 3px black;
	border-left:solid 3px black;
}
div.frontmain
{
	padding:0;
	background-image:url(http://files.taintedsouls.eu/front.jpg);
	background-position:top center;
	color:white;
	min-height:700px;
	margin-left:2%;
	margin-right:2%;
	min-height:400px;
	background-color: #444444;
	border-bottom: solid 3px black;
	border-right:solid 3px black;
	border-left:solid 3px black;
}
