* {
	margin:: 0;
	padding: 0;
}
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:824px;
        min-height: 100%;
        height: auto !important;

}
#header {
	position:relative; 
        float:left;
	left:0px;
	top:13px;
	width:717px;
	height:65px;

}
#logo {
	position:absolute; 
	left:13px;
	top:0;
	width:400;
	height:50;
}
#category {
	position:relative; 
        float:left;
        margin-top: 0px;
        margin-left: 24px; 
        padding-top: 0px; 
	width:144px;
	height:243px;
}
#contents {
	position:relative; 
        float:left;
    clear:right;
        padding-bottom: 80px; 
	padding-left:44px;
	padding-top:20px;
	width:595px;
}
#footer {
	position:absolute;  
        float:left;
        text-align:center;
        margin:auto;
        bottom: 0px !important;
        bottom: -1px;
	width:822px; 
	height:60px;
/*          border: solid 1px #cccccc;*/
}

