@charset "utf-8";
/* CSS Document */

#container {
    width: 980px;
    background: #;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#center_column img {
	background-repeat: no-repeat;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
body { background-attachment: fixed;
background-image: url(imagename.gif);
background-repeat: repeat;}

#left_text, #center_text, #right_text {
    width: 320px;
	float: left;
}
#center_text, #right_text {
  margin-left: 10px;
}
#main_image h1 em {
	font-family: Arno Pro;
}
