body {
   background-color: #EFEFEF;
   background-image: url(http://www.answersseek.com/images/page_bg.gif);
   background-position: top;
   background-repeat: repeat-x;
   margin: 0px;   
}

#page {
   margin: auto;
   width: 750px;
   min-width:700px;
   max-width:1200px;
}

html > * #page {
   width: 100%;
}

#header {
   margin: 0px;
   height: 163px;
   background: url(http://www.answersseek.com/images/header_bg.gif);
}

#header_left_bg {
   height: 163px;
   background: url(http://www.answersseek.com/images/header_left_bg.gif) left top no-repeat;
   padding:0px;
   padding-left:11px;
}

#header_right_bg {
   height: 163px;
   background: url(http://www.answersseek.com/images/header_right_bg.gif) right top no-repeat;
   padding:0px;
   padding-right:11px;

}

#logo {
   margin-top:26px;
   float:left;
}

#header_code {
   margin-top:26px;
   float:right;
}


#content {
   margin: 0px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 10px;
   background:#FFFFFF;
   height: auto;

}

#content_left_bg {
   background: url(http://www.answersseek.com/images/content_left_bg.gif) left repeat-y;
   padding:0px;
}

#content_right_bg {
   background: url(http://www.answersseek.com/images/content_right_bg.gif) right repeat-y;
   padding:0px;
}

#content_bottom_bg {
   background: url(../images/content_bottom_bg.gif) bottom repeat-x;
   padding:0px;

}


#content_left_bottom_bg {
   background: url(http://www.answersseek.com/images/content_left_bottom_bg.gif) left bottom no-repeat;
   padding:0px;
}

#content_right_bottom_bg {
   background: url(http://www.answersseek.com/images/content_right_bottom_bg.gif) right bottom no-repeat;
   padding:0px;
   padding-bottom:9px;
}


#footer {
	float: right;
	margin-right: 5px;
}


.clear_both {
   clear: both;
}