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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/ctcband3.jpg);
    background-repeat:repeat-x; 
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(img/ctcband3a.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#picture {
	position:relative;
	top: 114px;
	left: 15px;
}
#mainContent {
	position:relative;
	top: 110px;
	left: 0px;
}
#footer {
position: relative;
top: 150px;
font-size:14px;
}
#footer a:link {color:#000099;text-decoration:none;}
#footer a:visited {color:#009999;text-decoration:none;}
