@charset "iso-8859-1";				 

body {
	text-align: center;
	background-color: #CCFFAA;
}

a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}

/* Page layout */

#centerBox {

	height:100%;

	text-align:center;

}

#pageWrapper {

	border:1px solid #ff0000;

	border-width:1px 1px 3px 1px;

	margin:0 auto;

	padding:0;

/*	height:100%;*/

	text-align:center;

	width:770px;

}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: magenta;
/*	background-color: #88AA55; */
	background-color: #33FF99;
	width: 770px;
	height: 30px;
	top: 1px;
	text-align:center;
}

.container {
	float:left;
	width: 770px;
	height: 450px;
	top: 2px;
	margin-right: auto;
	margin-left: auto;
}

.details {
	background-color:#DDFFCC;
	text-align: center;
	float: none;
	top: 341px;
	width: 770px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	z-index: 2;
}

img {
  border: none;
}

a {
  outline: none;
}

li {
  display:inline;
}

#desc {
  font-style: normal;
  font-size: 1.2em;
  font-weight: 600;
}

