body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
	background: #884264 url('../_img/bg.gif') repeat-x top center;
	font-family:Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color:#fff; 
	font-size:62.5%;
	line-height:1.4em; letter-spacing : 0.1em;
	outline:hidden;
}


a, a:visited, a:active, a:visited:active { 
	color:#fff; font-size:1em; line-height:1.4em; letter-spacing:0.1em; text-decoration:none; 
	outline:none;
	border-bottom:#fff 1px dotted; 
}

a:hover, a:visited:hover { 
	color:#ffdffa; font-size:1em; line-height:1.4em; letter-spacing:0.1em; 
	outline:none; 
}

#wrapper {
	width:505px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
}


#content{
	padding:0 10px 0 10px;
	text-align:center;
}


#restyling {
	width:140px;
	height:80px;
	background:transparent url('../_img/restyling.gif') no-repeat top center;
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	top:0;
	left:0;
}

#stats{
	position:absolute;
	visibility:hidden;
	top:0;
	right:0;
}

#footer {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	padding-top:2px;
	padding-bottom:2px;
	position:absolute;
	bottom:0px;
	left:0;
	background-color:#803F5D;
	border-top:#643348 1px solid;
}


h1.header{
	height:30px;
	background:transparent url('../_img/header.jpg') no-repeat top center;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	margin-top:12px;
}
h1.header2{
	height:15px;
	background:transparent url('../_img/header2.jpg') no-repeat top center;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	margin:-12px 0 50px 0;
}
h2{
	color:#f6e8f4;
	font-size:12px;
}


/* hacks and mods */

::selection {
   background:#b24277;
   color:#fff6f3;
}
::-moz-selection {
   background:#b24277;
   color:#fff6f3;
}
