/*=======================================
CSS Layout / Resets
=======================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;	margin: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/*============== Layout ===============*/
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; background: #e8d0a9; background:url(../images/bg_texture.jpg);}
#wrapper { margin: 0 auto; width: 800px; height:600px; background:url(../images/cclogo_launch.png) no-repeat center; position:relative;} 
	*html #wrapper { width: 100% !important; height: 600px; background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/cclogo_launch.png', sizingMethod='crop');}

#wrapper a span {display:none;}
a.btn_summer { width:173px; height:108px; background:url(../images/launch_summer.png) no-repeat; display:block;
				position:absolute; top:420px; left:120px;}
a.btn_rental { width:173px; height:108px; background:url(../images/launch_rental.png) no-repeat; display:block;
				position:absolute; top:420px; left:520px;}
	*html a.btn_summer { width: 173px !important; height: 108px; background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/launch_summer.png', sizingMethod='crop');}
	*html a.btn_rental { width: 173px !important; height: 108px; background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/launch_rental.png', sizingMethod='crop');}


	#footer_anglican a {width:167px; height:61px; background:url(../images/footer_anglican.png);text-indent:-10000px; outline:none;
		position:absolute; top:600px; left:320px;}