
/* ####################### GLOBAL Styles ######################## */

body {
	text-align: center;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #ffffff;	
	margin: 0;
	padding: 0;
	border: 0;
	background: #242021 url('../images/bg.jpg') repeat-x;
}

a:link, a:visited {
	color: #EA1B06;	
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;	
	text-decoration: underline;
}

.top {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #ffffff;	
}

.top a:link, .topa:visited {
	color: #FFFFFF;	
	text-decoration: none;
}
.top a:hover, .top a:active {
	color: #EA1B06;	
	text-decoration: underline;
}

.SUP {
	line-height: 0;
}

.red {
	color: #EA1B06;	
}


/* ####################### CONTAINER Div ######################## */

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
	background: url('../images/bg2.jpg') no-repeat;
}

#container2 {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
	background: url('../images/bg3.jpg') no-repeat;
}

#content {
	margin: 0 auto;
	padding: 195px 157px 60px 205px;
	width: 538px;
	text-align: left;
}

#content2 {
	margin: 0 auto;
	padding: 105px 157px 60px 205px;
	width: 538px;
	text-align: left;
}


