@CHARSET "ISO-8859-1";
* {
     margin: 0;
}

html, body {
     height: 100%;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#footer_wrapper {
     width: 800px;
     margin: 0px auto 0px auto;
	padding: 0 50px;
	background: url('/themes/images/container_bg.png') repeat-y;
}

#middle #content p {
	margin: 0 0 10px 0;
}

