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

body {
	background: #FFF url('images/site_bg.png') center 136px repeat-y;
	color: #000;
}

a, a:visited {
	color: #000;
}
a:hover {
	color: #26247b;
}
/*
#account_user {
	background-image: url('images/account_bg_home_top.png');
}

#account_cart {
	background-image: url('images/account_bg_home_bottom.png');
}
*/
#footer {
	background: #1b75bc;
}
#body_container {
	
	width: 950px;
	margin: 0 auto;
	padding-bottom: 24px;
	height:100%;
}
h1 {
	color:#FFF;	
}
