body {
	background: #990000 url(../images/red-waves-background.gif);
	position: relative; 
	margin: 0; 
	padding: 0;
	}

p {
	color: #000;
 	font-family: georgia, times, time roman, serif;
	font-size: 14px;
	line-height: 24px; 
	text-align: right;
	}

h1 {
	color: #ccc;
 	font-family: georgia, times, time roman, serif;
	font-size: 24px;
	font-weight: 600;
	}

a {
	border: 0px 0px 0px 0px;
	text-decoration:none;
	}

em {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 900;
	text-decoration: none;
	}

#Container {
	background: #fff;
	left: 50%;
	position: absolute;
	width: 770px;
	margin: 0px 0 20px -385px;
	}

#TopBar {
	}

#TopImage {
	position: relative;
	background: #fff;
	text-align: center;
	margin: 0px;
	}

#Header {
	position: relative;
	background-color: #efede0;
	border-top: 1px solid #666;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	}

#Content {
	background: url(../images/emc-logo.gif) no-repeat;
	padding: 20px 25px 25px 25px;
	border: 1px solid #666;
	margin: 0px 2px 2px 2px;
	}

#BottomBar {
	padding: 0px 2px 0px 0px;
	}


