html {
	height: 100%;
}

img { 
	border-style: none;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #111111;
}

#flash{
	height: 100%;
}

#table{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;	
}

#table[id] {
	display: table;
	position: static;
}

*:first-child+html #table[id]{
	position:relative;
}

#nonflashcontent {
	position: absolute;
	top: 50%;
}

#nonflashcontent[id] {
	display: table-cell; 
	vertical-align: middle;
	position: static;
}

*:first-child+html #nonflashcontent[id] {
	position: absolute;
	display:block;
	vertical-align:inherit;
	top: 50%;
}

#content{
	margin: auto;
	width: 240px;
	position: relative;
	top: -50%;
}

#content[id]{
	position: static;
}

*:first-child+html #content[id] {
	position: relative;
}


#content_img{
	text-align: left;

}


#content_body{
	background: url(../images/a4.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding: 0;
	width: 977px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 475px;
}


object, embed {display:block}


#content_body #copy, #content_body #copy_error{
	width: 250px;
	margin-top: 50px;
	text-align: left;
	padding-bottom: 75px;
}

p, h1{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 30px;
	line-height: 18px;
}

.title {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

.sub {
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;
}

a,  a:visited, a:hover{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: gray;
	text-decoration: none;
}