* {margin: 0; padding: 0}

div#container{
    width: 960px;
    margin:24px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}
#header {
	width:960px;
	height:112px;
	background: url('/images/template_01.png');
}

#content {
	width:960px;
	height:auto;
	background: url('/images/template_02.png') repeat-y;
}

#separater {
	width:960px;
	height:16px;
	background: url('/images/template_03.png');
	clear: both;
}

#footer {
	width:960px;
	height:72px;
	background: url('/images/template_05.png');
}
body {background: #e8e8e8}
