@CHARSET "ISO-8859-1";

body {
	background-color: #2E1010;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
}

strong {
	font-weight: bold;
	font-style: italic;
}

p {
	margin: 15px 5px 5px 5px;
}

#body {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#logo {
	position: relative;
	top: 70px;
	margin: auto;
	background: url("../img/theredfactory_logo.gif");
	height: 96px;
	width: 360px;
}

#intro {
	font-size: 30px;
	color: #A50505;
	position: relative;
	top: 100px;
	text-align: center;
}

.text_logo {
	border-left: 3px solid #EB1E23;
	padding: 2px 2px 2px 3px;
	font-size: 95%;
	background-color: #2E1010;
}

.logo_the {
	color: #AE0B0B;
}

.logo_red {
	color: #FF1010;
}

.logo_factory {
	color: #ffffff;
}

#holding {
	position: relative;
	top: 120px;
	background-color: #411717;
	padding: 20px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 45px;
	background-color: #fff;
	width: 100%;
	font-size: 15px;
	color: #2E1010;
}

#inner-footer {
	margin: 5px auto;
	text-align: center;
}

#inner-footer img {
	vertical-align: middle;
}

a:link,a:active,a:hover,a:visited {
	color: #660000;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #fff;
	background-color: #2E1010;
}
