* {margin: 0;
   padding: 0;}
   
body {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align:center;
	background-color:#fff;
}

#container { 
	width: 1100px;
	margin: 0 auto;
	font-size: 1em;
	color: #fff;
}

#container a {color: #fff; text-decoration: none;}
#container a:hover {text-decoration: none; color: #d2232a;}

.logo {margin-top:0px; text-align:center;}
.footer {font-size:0.6em; margin-top:20px;}


img {border:none;
	}

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 10px 0 10px;
}

#center {
	height: auto;
}

h1 {
	font-size: 2em;
	text-align: center;
	color: #000;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	color: #d2232a;
}