/*----------------------------------------------------------------------------- 

Before-After and Backstage

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********/
/* BASICS */
/*********/
html {
	width: 100%;
}


/*************************/
/*   BODY STYLE         */
/***********************/
body {
	background-color:#fff;
}
.titlelogo {
	background-image:url(../images/sitelogo.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
	margin-top:20px;
	margin-bottom:-5px;
	display:block;
	width:250px;
	height:98px;
}
#big_divider {
	margin-top:150px;
}
#textbox_1 #title_1, #textbox_2 #title_2 {	
width:580px;
}
#textbox_1 #title_1{
	text-align:left;
	}
	#textbox_2 #title_2{
	text-align:right !important;
	}