/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/pattern.jpg) repeat-x;
	font: 0.75em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #ed54f3;
}
img {
	border: 0;
}
#container {
	position: relative;
	width: 689px;
	margin: 0 auto;
}
A:link
{
text-decoration: none;
color: #B600BF;
font: 12px Arial, Verdana, Tahoma;
}

A:visited
{
text-decoration: none;
color: #B600BF;
font: 12px Arial, Verdana, Tahoma;
}

A:active
{
text-decoration: none; 
color: #B600BF;
font: 12px Arial, Verdana, Tahoma;
}

A:hover
{
text-decoration: none;
color:#F63FFF;
font: 12px Arial, Verdana, Tahoma;
}
/********************/
/***** HEADER *****/
/*******************/
#header {
	background: url(images/nuhardcore.jpg) top center no-repeat;
	height: 74px;
}
#header h1 {
	text-indent: -999em;
}
/***************/
/***** BOX *****/
/***************/
.box {
	width: 659px;
	background: url(images/box_bg.jpg);
	padding: 0 15px;
}
h2 {
	padding-left: 15px;
	width: 674px;
	font-size: 100%;
	color: #fff;
	height: 29px;
	line-height: 22px;
	background: url(images/box_header.png);
}
.box_footer {
	font-size: 1px;
	height: 19px;
	margin-bottom: 15px;
	background: url(images/box_footer.png);
}
/***************/
/***** BOX *****/
/***************/
.banner {
	text-align: center;
	margin-bottom: 15px;
}
/********************/
/***** FOOTER *****/
/*******************/
#footer {
	text-align: center;
}
