body {
	margin: 10px;
	padding: 0;
	background-color: #EDE3EC;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFCC00;
}

h2 {
	font-size: 20px;
	font-weight: bold;	
}

input { 
	font-size: 11px;
}

input.field {
	width: 100px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 374px;		
}

#logo {
	position: absolute;
	width: 100%;
	height: 100px;
}

#background {
	position: absolute;
	top: 100px;
	width: 374px;
	height: 281px;
	background-repeat: no-repeat;
}

#content {
	width: 354px;
	height: 380px;
	background-color: #550055;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding: 10px;
}

.highlight {
	font-weight: bold;
	color: #FFCC00;
}

