@charset "UTF-8";
/* CSS Document */

#outerWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#contentWrapper {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	background-color: #FFFFFF;
}

#header {
	height: 150px;
	width: 1000px;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
	z-index: 100;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
	padding-top: 160px;
}

#contentStudio {
	text-align: justify;	
}

#contentColor {
	
}

#contentContact {
	text-align: left;
}

#logo {
	padding-top: 80px;
	float: left;
}

#navigation {
	padding-top: 100px;
	padding-right: 8px;
	text-align: right;
	float: right;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/page-loader.gif) 50% 50% no-repeat;
}

#cover {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index:101;
	width:100%;
	height:100%;
	display: none;
}

#coverbackground {
	position: fixed;
	z-index: 102;
	width: 900px;
	height: 500px;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	background-image: url(../images/redirect3.png);
	background-repeat: no-repeat;
	opacity: 0.9;
}
