body {
	font-size: 1em;
	font-family: Century Gothic, Tahoma, Verdana, Bookman Old Style, Times New Roman, sans-serif;
	color: black;
	line-height: 1.5em;
	text-align: none;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	margin: 0em 0em 0em 0em;
	text-decoration: none;
	background: #ffffff;
		
} /*Use body settings to override HTML settings in web page as required*/


#titlecontainer {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100.00625%;
	margin: 0 0;
	padding: 0 0 0 0;
	background-color: none;
	border: 0em solid black;
}	

#logo {
	position: relative;
	left: 0%;
	top: 7%;
	height: 0%;
	width: 100%;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;
	background-color: none;
	z-index: 2;	
}

#line {
	position: absolute;
	float: none;
	top: 25.25em;
	width: 100%;
	background: none;
	z-index: 3;
}


#studiotitle {
	position: absolute;
	left: 0%;
	top: 7.875em;
	height: 0%;
	width: 100%;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;
	background-color: red;
	text-align: center;
	font-size: 3.5em;
	z-index: 5;	
}

#slogan {
	position: absolute;
	left: 0;
	top: 23.5em;
	height: 0%;
	width: 100%;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: 1.35em;
	color: #273746;
	background-color: blue;
	z-index: 4;
}


#copyright {
	position: absolute;
	left: 0;
	bottom: 3em;
	height: 0%;
	width: 100%;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: .625em;
	color: #273746;
	background-color: none;
	z-index: 6;
}
	
	