@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background: url(images/bkgrnd.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	background-color:#f2f1ef;
	margin: 0;
	padding: 0;
	}
	
a {		
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	
	}

#bigred {
	padding: 5px 0 0 0;
	background-image:url(images/big_red.png);
	background-repeat:no-repeat;
	width:700px;
	height:420px;
	}
	
#bigred2 {
	padding: 5px 0 0 0;
	background-image:url(images/big_red_pricing.png);
	background-repeat:no-repeat;
	width:700px;
	height:420px;
	}