/*-----------------------------------------------*/
/* 			BACKGROUND STARSTRUCK				 */
/*-----------------------------------------------*/
body {
	background: #eb3d4c;
	background-image: url(../images/background-starstruck.jpg),url(../images/background-starstruck-2.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	 background-size: auto auto;
	 -webkit-background-size: 2000px 1733px;}

#footer {
	position:relative;
	z-index:2;
	margin-top:-165px;
	text-align:center;
	color:#fff;
	background: url(../images/bg-footer-starstruck.png) repeat-x;
	height: 182px;
	font-size:12px;}
	
#footer .develop a {color:#100d22;}
#footer .develop a:hover {color: #494076;}
