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

body {
font-family:"Arial", Helvetica, Century Gothic;
font-size:12px;
color:#999;
}

#container {
margin:0 auto 0 auto;
width: 800px;
}

#header {
background-image:url(lisa_tourdate1.png);
background-repeat:no-repeat;
height:203px;
width:800px;
}

#content {
background-image:url(lisa_tourdate2.png);
background-repeat:repeat-y;
width:800px;
}

#bottom {
background-image:url(lisa_tourdate3.png);
background-repeat:no-repeat;
height:30px;
width:800px;
}

