body {
	background-image: url(../images/mainpagebackdesign.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	min-height:700px;
}

#header {
	position:fixed;
	background-attachment: fixed;
	background-image: url(../images/header_bgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:156px;
	width:900px;
}



#rightcolumn { 
	/*background-image: url(../images/white_alpha.png); 
	background-repeat: repeat-y;
	background-color:#FAF7E3;*/ 
	padding-top:180px;
	padding-right:40px;
	padding-left:60px;
	width:800px;
	
}
#search_charms{
	width:320px; 
	height:300px;
	float:right;
}


