html{}
body{background: #fff url('images/bg.jpg') repeat-x}
.wrapper{

	width:1000px;
	height:925px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-500px 0 0 -500px;
	background:url('images/wrapper.png');
	background-position-y: -8px;
}

h1{font-family: 'Open Sans Condensed';font-weight: bold; font-size: 42px;color:#403a71;
text-align:center; margin-top:70px;}

a.bella{position:relative;background:url('images/bella.png'); width: 480px;
height: 391px;
display: block;
top: 20px;
float: left;
left: 13px;}
a.bella:hover{background:url('images/bellah.png');float:left;}

a.happy{position: relative;
background: url('images/happy.png');
width: 417px;
height: 352px;
display: block;
top: 74px;
right: 64px;
float: right;}
a.happy:hover{background:url('images/happyh.png');}


a.control{position: relative;
background: url('images/control.png');
width: 451px;
height: 290px;
display: block;
top: 25px;
float: right;
left: -134px;}
a.control:hover{background:url('images/controlh.png');}


a.shop{

position: relative;
background: url('images/shop.png');
width: 414px;
height: 360px;
display: block;
top: 65px;
float: right;
left: -50px;

}
a.shop:hover{background:url('images/shoph.png');}