/* COLOR and BACKGROUND IMAGE STYLES */

/* =container */

html {
	background-image: url(../img/bg.jpg);
}

div#container {
	background-color: #000000;
	background-image: url(../img/masthead.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* =branding */
div#branding {
	/* for all transparency compatible browsers - PNG */
	width: 140px !important;
	height: 140px !important;
	background-image:url("../img/branding.png") !important;
	
	/* for Internet Explorer - GIF */
	width: 131px;
	height: 141px;
	background-image:url("../img/branding.gif");
}


/* =order_page */
body#order_page div#order_form {
	width: 230px;
	height: 495px;
	background-image: url("../img/form_bg.jpg");
	background-repeat: none;
	padding: 15px;
	padding-top: 50px;
}


