@charset "UTF-8";

/* CSS Reset */

* {
  margin: 0;
  padding: 0;
}

* { margin:0; padding:0; }
p { margin:5px 0 10px 0; }

/* CSS Document */

body {
    background-color    	: #000;
	background-image		: url(http://revoltpromedia.com/img/bg-page.jpg);
	background-repeat		: no-repeat;
	background-position		: center top;
	color					: #FFFFFF;
	margin-left				: 0px;
	margin-top				: 0px;
	margin-right			: 0px;
	margin-bottom			: 0px;
	text-decoration			: none;
}
img {
    border                	: 0px;
}

A:link { text-decoration: none; color: #452f1e; } 
A:active { text-decoration: none; color: #452f1e; }
A:visited { text-decoration: none; color: #452f1e; }

	
/* Layout Configuration */

#layoutContainerWide {
    width                	: 1432px;
	border					: 0 0 0 0;
    margin                	: 0 auto;
}

#layoutContainer {
    width                	: 848px;
	border					: 0 0 0 0;
    margin                	: 0 auto;
}

#LayoutMainContent {
    width                	: 848px;
	min-height				: 1812px;
	float					: left;
}

#layoutHeader {
    width                	: 848px;
    height                	: 138px;
	background-image		: url(http://revoltpromedia.com/img/header-bg.jpg);
	background-repeat		: no-repeat;
}

#layoutLeftColumn {
    width                	: 292px;
    float                	: left;
	min-height				: 1812px;
}

#layoutRightColumn {
    width                	: 292px;
    float                	: left;
	min-height				: 1812px;
}

#layoutTopMenu {
    width                	: 848px;
    height                	: 82px;
	background-image		: url(http://revoltpromedia.com/img/bg-menu.jpg);
	background-repeat		: no-repeat;
}

#layoutTopSlider {
    width                	: 848px;
    height                	: 310px;
	background-image		: url(http://revoltpromedia.com/img/bg-slider.jpg);
	background-repeat		: no-repeat;
}

#layoutInner3Column {
    width                	: 848px;
	min-height				: 580px;
	background-image		: url(http://revoltpromedia.com/img/bg-paper.jpg);
	background-repeat		: repeat-y;
	background-position		: center;
}

#layoutInnerLeftColumn {
    width                	: 257px;
	min-height				: 600px;
	float					: left;
}

#layoutInnerContent {
    width                	: 335px;
	min-height				: 600px;
	float					: left;
}

#layoutInnerRightColumn {
    width                	: 247px;
	min-height				: 600px;
	float					: left;
}

#layoutInnerBingo {
    width                	: 848px;
	height					: 78px;
	background-image		: url(http://revoltpromedia.com/img/bg-bingo.jpg);
	background-repeat		: no-repeat;
}

#layoutInnerBottomMenu {
    width                	: 848px;
	height					: 208px;
	background-image		: url(http://revoltpromedia.com/img/bg-menubottom.png);
	background-repeat		: no-repeat;
}


