html, body {
  height:100%;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 250px;
}

body {
    background-color: #E3DEDB;
	/*background-image:url('../img/fundo.jpg');
	background-position: left top;
	background-repeat: repeat;*/
}

p, #box {
  /*text-align: justify;*/
  font-family: MSX;
  font-size: 30px; font-size: 3.0rem;
  color: black;
  /*text-shadow: 2px 2px 0px #000;*/
}

.boxClear {
    clear: both;
	float: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

@font-face {
font-family: MSX;
src: url('../fonts/MSX.woff');
}

ul {
    text-align: center;
}

ul li.option {
  list-style-type: none;
  background-color: none;
  display: inline-block;
  color: white;
  font-size: 18px; font-size: 1.8rem;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
}

#menu a, #menu a li, #menu li a:visited, #menu li a:link  {
  color: white;
  text-decoration: none;
  transition: text-decoration 0.2s;
  -webkit-transition: text-decoration 0.2s;
  -moz-transition: text-decoration 0.2s;
  -otransition: text-decoration 0.2s;
}

h1, h2 {
  color: white;
  background-color: black;
  padding: 10px 0px 5px 14px;
  font-family: MSX;
  text-transform: uppercase;
}

#menu a:hover, #menu li a:hover {
  color: white;
  text-decoration: underline;
}

a li:hover {
  background-color: #9B0C9B;
  cursor: pointer;
  text-decoration: none;
}

#header {
	width: 100%;
	height: 215px;
    background-color: black;
    background: url('../img/header-logo.png') center center no-repeat, url('../img/header-bg.png') center top no-repeat;
 	/*background-image:url('../img/header-bg.png');
	background-position: center top;
	background-repeat: no-repeat;*/
}

#menu {
  width: 100%;
  letter-spacing: 0px;
  background-color: #560E0E;
  color: white;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #fff;
}

#logo {
  text-align: left;
  border:0px;
  margin: 10px 0px 0px 0px;
}

footer {
  margin: 20px 0px;
  font-size: 15px; font-size: 1.5rem;
  color: black;
  text-align: center;
  font-weight: bold;
}

footer a:link, footer a:visited, footer a:hover {
  color: black;
}