@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e4b609;
}

#bkgdWrapper {
	width:1000px;
	height:815px;
	text-align:center;
	margin:auto;

}

#wrapper {
	display:block;
	text-align:left;
	width:862px;


}
#topBlock {
	display:block;
	width:704px;
	height:379px;
	margin-left:66px;
}

.homeBk {
	background-image:url(images/homebk.jpg);
	background-repeat:no-repeat;
	background-color:#e4b609;
}

.ritzBk {
	background-image:url(images/ritzbk.jpg);
	background-repeat:no-repeat;
	background-color:#be1e2d;
}

.calBk {
	background-image:url(images/100calbk.jpg);
	background-repeat:no-repeat;
	background-color:#662d91;
}

.oreoBk {
	background-image:url(images/oreobk.jpg);
	background-repeat:no-repeat;
	background-color:#0058a1;
}

.caBk {
	background-image:url(images/cabk.jpg);
	background-repeat:no-repeat;
	background-color:#00adef;
}


#footer {
	margin:43px auto 0 auto;
	text-align:center;
		color:#f65527;
}

#footer a:link { padding:0 3px 0 3px; color:#000; font-weight:bold; text-decoration:none;}
#footer a:visited {padding:0 3px 0 3px; color:#000; text-decoration:none;}
#footer a:hover { padding:0 3px 0 3px; color:#d3141c; border-bottom:1px solid #f65527;}
#footer a:active { padding:0 3px 0 3px; color:#d3141c; border-bottom:1px solid #f65527;}