html, body {
    margin: 0px;
}

body {
    background:url(images/bg.jpg) repeat-x #000;
    text-align: center;
}

#container {
    background: #000;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 780px;
}

#header {
    background-image: url(images/header.jpg);
    height: 196px;
    width: 780px;
}

#content {
	background: url(images/content-bg.jpg) repeat-y ;
	margin-left:40px;
	padding:20px;
    position: relative;
	width:660px;
}

#content p {
    font-family: arial;
    font-size: 14px;
}

.clearer {
    clear: both;
}

#footer {
	background-image: url(images/footer.jpg);
    height: 112px;
    width: 780px;
}