* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0; margin: 0; border: 0;
}
body, html {color: #000000; font-family: Tahoma, Verdana, Arial, sans-serif; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body   {font-size: 62.5%; background: #333333 url(images/bg_main.jpg);}
h2 {font-size: 1.4em; font-weight: bold;}
h2 a       {padding: 0 25px 0 25px; background: transparent url(images/to_article.gif) left no-repeat;}
h2 a:hover {padding: 0 25px 0 25px; background: transparent url(images/to_article.gif) left no-repeat;}
.information	{display: none;}
/**************************
PAGE CONFIGURATION :-]
**************************/
#mainContainer {margin: 0 auto 0 auto; /*** Centers the design ***/
		padding: 0; background: #ffffff; 
		text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
		width: 760px;
}
/**************************
HEADER
**************************/
#header   {margin: 0; padding: 0; background: #000000 url(images/logo.gif) no-repeat top center; width: 760px; height: 271px;}
#menu   {padding: 10px 0 10px 0; width: 760px; background: #000 url(images/hellspawn_menu_back.gif) repeat-x; text-align: left;}
#cd_month {margin: 0; padding: 0; background: #000000; width: 760px; overflow: hidden;}
.cdvdm_image {float: left; margin: 0; padding: 0; width: 110px;}
.cdvdm__text {float: right; margin: 0; padding: 0; width: 650px; color: #fff;}
.cdvdm__text h2 {color: #fff; text-align: center;}


/**************************
CONTENT
**************************/
#content_body {clear: both; background: #fff; padding: 0; width: 760px; overflow: hidden;}
#content_body_left {float: left; width: 150px;}
#content_body_home {float: right; width: 600px; font-size: 1.1em;}

#footer {clear: both; width: 760px; margin: 10px 0 0 0; border-top: 1px solid #000000; background: #ffffff;}
/**************************
Menu
**************************/
#menu ul, #menu ul li	{list-style-type: none;	display: inline; padding: 0; margin: 0; text-align: left;}
#menu a 	{color: #fff; white-space: nowrap; padding: 10px; margin: 0; text-decoration: none;}
#menu a:hover	{color: #EC0B11; background: #000;}

#content_body_left ul {padding: 0; margin: 0; line-height: 15px;}
#content_body_left ul A#current {BORDER-RIGHT: #a26b6b 3px solid; BACKGROUND: url(img/arrow.gif) #a26b6b no-repeat right 50%; COLOR: #fff;}
#content_body_left li {margin: 0; border-bottom: #ececec 1px solid; list-style-type: none;}
#content_body_left a {display: block; padding: 0 0 0 20px; width: 130px; color: #2C2C2C; text-decoration: none;}
#content_body_left a:hover {border-right: #000 3px solid; color: #A60F0F; text-decoration: none;}