@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	min-height:670px;
	min-width:1004px;
}
a:link{color:#ff0929; fontWeight:bold; text-decoration:none;} a:hover{color:#999999; text-decoration: none;}
body {
	height: 100%;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2em;
	font-style: normal;
	font-variant: normal;
	text-align: center;	/*background: url(../images/247/common/bg-855.gif) repeat center top;*/
}
#header {
	width: 100%;
	height: 17%;
	background-image: url(../images/bgHeadTile2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #666666;
	min-height:112px
}
#bottomContainer {
	text-align:center;
	background-color:#1b1b1b;
	width: 100%;
	height: 83%;
}
.bottomContent {
	/*background-color:#1b1bfb;*/
	width:1004px;
	height:558px;
	margin-left:auto;
	margin-right:auto;
}
#studioImage {
	background-image: url(../images/studio1.jpg);
	position:relative;
	width:338px;
	height: 253px;
	top: 64px;
	left: 120px;
	float: left;
}
#logo {
	background-image: url(../images/logo.gif);
	width:62px;
	height: 315px;
	left: 180px;
	top: 62px;
	position: relative;
	float: left;
}
#mainContent {
	/*padding:65px 0 0px 0;*/
	position:relative;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	height:100%;
	min-height:670px;
}
#contactHeading {
	background-color:#1b1b1b;
	text-align:left;
	color:#666666;
	position:relative;
	width:340px;
	height: 20px;
	top: 40px;
	left: 113px;
}
#contactCopy {
	background-color:#1b1b1b;
	font-size: 0.8em;
	text-align:left;
	position:relative;
	width:340px;
	height: 334px;
	top: 60px;
	left: 113px;
	float: left;
	
}
#footer {

	clear:both;
}
