html {
    height: 100%;
    overflow: auto;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:Arial, verdana, Helvetica, sans-serif;
}

div.container {
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

#flash_movie{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.noflash_msg{
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 768px;
	font-size:12px;
	color:#59595e;
}

.noflash_msg a{
	color: #990000;
	text-decoration: none;
}

.noflash_msg a:hover{
	text-decoration: underline;
}

.noflash_msg a.internallink{
	float: right;
	padding-right: 20px;
	background: transparent url(../images/arrow_top.gif) top right no-repeat;
	font-size: 0.8em;
}

.noflash_msg .flash_err {
	padding: 10px 125px 10px 125px;
	width: 518px;
	background-color: #990000;
	color: #ffffff;
	text-align: center;
}
.noflash_msg .vcard .lhs {
	width: 240px;
	float: left;
}
.noflash_msg .vcard .rhs {
	width: 240px;
	float: left;
}
.noflash_msg #studio_imgs .studioimg {
	float: left;
	margin: 10px 0 10px 78px;
}

.noflash_msg #studio_imgs div.first {
	margin-left: 0;
}

.clear{
	clear: both;
}
.noflash_msg .flash_err a {
	color: #FFFFFF;
	text-decoration: underline;
}



.noflash_msg h1{
	height: 125px;
	width: 302px;
	display: block;
	background: transparent url(../images/mutiny_html_logo.gif) top left no-repeat;
}

.noflash_msg h1 span, .noflash_msg h2 span{
	display: block;
	position: absolute;
	top: -10000px;
}

.noflash_msg h2{
	width: 100%;
	height: 17px;
	display: block;
	color: #990000;
	border-bottom: 1px solid #212121;
}

.noflash_msg h2#contact{
	background: transparent url(../images/contact_heading.gif) top left no-repeat;
}

.noflash_msg h2#whoare{
	background: transparent url(../images/whoare_heading.gif) top left no-repeat;
}

.noflash_msg h2#ourservices{
	background: transparent url(../images/ourservices_heading.gif) top left no-repeat;
}

