﻿/* Content CSS for Castle Lager Website */

/* Layout Spec */
#holder { width: 100%; background: url(/images/bg_footer.jpg) no-repeat bottom center; } * html #holder { /* ie6 only */ background: url(/images/bg_footer_ie6.jpg) no-repeat bottom center; }
#wrap { width: 100%; background: url(/images/bg_content_fixed.jpg) no-repeat center 181px ;background-attachment:fixed; }
#container { width: 904px; height: 100%; margin: auto; }
#top { height: 30px; background: url(/images/bg_content_top.gif) no-repeat top left; }
#content { width: 902px; background: url(/images/bg_content.gif) repeat-y top center; }
#footer { height: 163px; }
#bkgBot {width: 100%; height: 158px; position: absolute; z-index: 500; background: url(/images/bg_content_bottom.gif) center top no-repeat transparent; } /** html #bkgBot {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_content_bottom.png', sizingMethod='scale')}*/
