@charset "UTF-8";
/* CSS Document */

body {
	background: url("header.jpg") repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;	
}

.logo {	
	padding-top: 20px;
}

.contact {
	text-align: center;	
	font-family: "century gothic", verdana, sans-serif;
	color: #ffffff;
	font-size: 10pt;
}

#wrapper {
	position: relative;
    margin: 0px auto;
    width: 750px;
    height: 630px;
}
	
#content {
	font-family: "century gothic", verdana, sans-serif;
	line-height: 60px;
	color: #660000;	
	margin-top: 10px;
}

#box {
	border: solid #ffffff;		
}

.description {
	padding: 15px;
	padding-left: 25px;
	float: clear;
	background: #ffffff;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard*/
  opacity:0.6; 
}