@import url("reset.css");
html,body {
width:100%;
height:100%;
}
				@font-face {
						font-family: 'Rochester-Regular';
						src: url('../font/rochesterregular.eot');
						src: url('../font/rochesterregular.eot?#iefix') format('embedded-opentype'),
								 url('../font/rochesterregular.woff') format('woff'),
								 url('../font/rochesterregular.ttf') format('truetype'),
								 url('../font/rochesterregular.svg#rochesterregular') format('svg');
						font-weight: normal;
						font-style: normal;
				}
				
/* ---------- General styles ---------- */
body { font-family:"Rochester-Regular" , Arial , sans-serif; font-size:11px; color:#010101; background:#f2f2ef url(../images/bg.png) repeat;} 
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear floated columns */
a {text-decoration:none; color:#ff6600;}
a:hover {color:#d3aa41;}
h1 { font-size:20px;}
h2 { font-size:15px;}

.wrapper {
	width:100%; 
	margin: auto; 
	height: 100%;
	clear:both;
}

.left {
	width:50%;
	float:left;	
}

.left .text {
	float:left;
	margin:40% 0 0 50%;	
	font-family:"Rochester-Regular" , Arial , sans-serif;
	font-size: 60px;
	line-height:65px;
	color:#c03e3e;
}

.right {
	width:50%;
	float:left;	
	height:100%;
	position:relative;
}

.right .girls {
	/*width:65%;*/
	height:100%;
}

