* {
	padding: 0;
	margin: 0;
  color: #900000;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bkgd.jpg);
}

#container {
	width: 450px;
	height: 578px;
	position: relative;
	left: 50%;
	margin-left: -225px;
  margin-top: 20px;
  margin-bottom: 40px;
	background-image: url(../images/cover.gif);
}

#upperContent {
	width: 400px;
  position: relative;
  top: 12%;
  right: 1%;
  text-align: center
}

#lowerContent {
	width: 400px;
  position: relative;
  top: 20%;
  right: 1%;
  text-align: center
}

#banderole {
	position: absolute;
	display: block;
	cursor: pointer;
	cursor: hand;
	left: 10px;
	top: 345px;
	height: 157px;
	width: 428px;
	background-image: url(../images/banderole.gif);
}

#banderole span {
	display: none;
}

a:link {color: #900000 }
a:visited {color: #900000 }
a:hover {color: 	#000000 }
a:active {color: #000000 }
