@charset "utf-8";
/* 		CSS Document 					*/
/* 		Date: 20/04/2009 				*/
/* 		Website: flashboutique.com.au	*/
/* 		Version: 1.0					*/

/* ------------------------------------	*/
/*                  ID                	*/
/* ------------------------------------	*/
html {
	background-color:#e4297e;
}

body {
	background-color:#e4297e;
}

#entire_stage {
	background-color:#fff;
}

#header {
	width:100%;
	height:70px;
}

.body_move_right {
	margin-top:30px;
	margin-left:350px;
	padding-bottom:50px;
}

#footer {
	position:relative;
	width:100%;
	height:53px;			/* Height of the footer */
	z-index:10;
	background:#6cf;
	background:transparent url("../images/footer_bg.gif") repeat-x bottom left;
}

#footer #footer_live_stage {
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#footer #footer_live_stage p {
	color:#3f3f3f;
	padding:17px 0 0 0px;
	float:left;
}

#footer #footer_live_stage #twosocks {
	width:435px;
	text-align:right;
}

#footer #footer_live_stage img {
	float:left;	
}

/* ------------------------------------	*/
/*               CLASSES            	*/
/* ------------------------------------	*/

/* ------------------------------------	*/
/*              SELECTORS           	*/
/* ------------------------------------	*/

/* ------------------------------------	*/
/*                ACHORS              	*/
/* ------------------------------------	*/

#footer #footer_live_stage a {
	color:#3f3f3f;
	text-decoration:none;
}

#footer #footer_live_stage a:hover {
	color:#e4297e;
	text-decoration:underline;
}
