html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #333;	
	font: 0.9em Helvetica, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #806aad;
}

/* ------------------------------------------------------------------ */
/* Page layout */

#page {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #e6e1ef url("/media/bg-top.gif") top left repeat-x;
}

#content { 	
	margin-top: 20px;
	background: url("/media/bg-content.gif") bottom right no-repeat;
	min-height: 240px;
	padding: 10px 40px;
}

#footer {
	padding: 10px 40px;
	background: #806aad url("/media/bg-foot.gif") top right no-repeat;
	height: 70px;
	color: #fff;
} 


#buttons a { 	
	text-decoration: none;
	color: #fff;
}

.price { 	
	font-size: 54px;
	font-weight: normal;
	color: #f99d1c;
}


/* ------------------------------------------------------------------ */
/* Text */


h1 { 
	color: #000;
	font-size: 1.3em;
}

h2 { 
	color: #000;
	font-size: 1.1em;	
}

a:link, a:visited { 	
	color: #806aad;
}

a:active, a:focus, a:hover { 	
	color: #333366;
}

#footer a:link, #footer a:visited { 	
	color: #fff;
}

#footer a:active, #footer a:focus, #footer a:hover { 	
	color: #333366;
}
