html, body {
    margin: 0px;
}

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

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

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

#content {
	background: url(images/content_bg.jpg) repeat-y ;
    padding: 20px;
    position: relative;
}

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

.clearer {
    clear: both;
}

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