@charset "utf-8";
/* CSS Document */
body {
    font-family: sans-serif;
}

#container {
	background-image:url('background.gif');
	margin: 0 auto;
	padding: 20px 30px;
	width: 820px;
}   

#bannerSpace {
    text-align: center;
    width:auto;
    margin-bottom: 0;
}   

#banner {
    float:left;
}

#lshPic {
    float:left;
}

#mainTitle {
    text-align: center;
    clear:both;
    margin-top: 100px;
}
