* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #222222;
	background-image: url('../images/gradient_background.jpg');
	background-position:  0px 35px;
	background-repeat: repeat-x;
	text-align: center; /* KLUDGE - makes sure the container is centered even w/ browsers that dont accept auto margins */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#menuContainer {
	background-color: black;
	width: 100%;
	height: 58px;
	margin-bottom: 10px;
	}
#menu {
	background-color: black;
	width: 980px;
	height: 35px;
	margin: 0px auto;
	}
#menu li {
	list-style: none;
	}
#menu a:link, #menu a:visited {
	display: block;
	height: 19px;
	color: white;
	font-weight: 900;
	font-size: 12px;
	float: right;
	text-decoration: none;
	padding: 21px 15px 18px;
	}
#menu a:hover, #menu a:active, #menu a.at:link, #menu a.at:visited {
	background-color: #525252;
	background-image: url('../images/gradient_menu_1.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-position:top;
	}
#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	clear: left;
	position: relative;
	}
a:link, a:visited {
	color: #333333;
	}
a:hover, a:active {
	color: #000000;
	}

/* BOXES *************************************/
#box1 {
	position: relative;
	padding: 10px;
	background-color: white;
	}
#box1_topLeftCorner {
	position: absolute;
	top: -8px;
	left: 0px;
	}
#box1_topRightCorner {
	position: absolute;
	top: -8px;
	right: 0px;
	}
#box1_bottomLeftCorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
#box1_bottomRightCorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
#box1_topGradient {
	position: absolute;
	top: -8px;
	left: 3px;
	}
#box2 {
	margin: 10px 0px;
	}
#box3 {
	position: relative;
	background-color: white;
	margin-bottom: 20px;
	}
#box3_topLeftCorner {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#box3_topRightCorner {
	position: absolute;
	top: 0px;
	right: 0px;
	}
#box3_bottomLeftCorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
#box3_bottomRightCorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

/* GENERAL ITEMS ***************************/
div.pricing {
	padding: 12px 0px 10px 12px;
	}
div.pricing .faded {
	font-weight: 900;
	font-size: 12px;
	color: #999999;
	}
div.pricing .huge {
	font-weight: 900;
	font-size: 24px;
	}
.logo {
	position:absolute;
	z-index:200;
	top:-60px;
	left:0px;
}


