body {
background-color: #ffffff;
background-image: url('bg.png');
background-repeat: repeat-x;
color: #404040;
font-size:12px;
font-family: Tahoma;
text-align: center; /* center things in pre-IE6 */
font-weight: normal;
}


#container {
width: 100%;
text-align: center;
background-color: white;
}
#header {
width: 780px;
margin: 0 auto 0 auto;
}

#content {
float: left;
width: 500px;
padding-right: 10px;
padding-left: 10px;
margin-left:5px;
margin-right:5px;
text-align: left;
background-color: white;
}

#flcontent {
width: 500px;
margin: 0 auto;
text-align: left;
background-color: white;

}

a, a:link, a:visited {
color: #c968ff;
font-weight: bold;
}

a img {
border: 0px;
}

h1, h2, h3 { 
font-family: Century Gothic; 
font-size: 22px; 
font-weight: bold; 
   color: #50d8ff;
   display: block;
   text-align:left;
   border-bottom: 2px solid #ff5aab;
   line-height: 24px;
   padding-left: 5px;
	 width: 600px;
	 margin: 0 auto;
}


code.text {
display: block;
background: #b867ff;
border: 1px solid #001855;
width: 150px;
height: 50px;
overflow: auto;
color: #001855;
}

.quote {
text-align: center;
background: #001855;
color: #ffffff;
padding: 5px;
border: 3px double #70d1f1;
}

.quote2 {
text-align: center;
background: white;
color: #001855;
padding: 5px;
border: 3px double #70d1f1;
}
