/* CSS Document */
#flash {
	position: absolute;
	left: 0px;
	top: 0px;
}

#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 40px;
	top: 250px;
	width: 400px;
	height: 320px;
	overflow: auto;
}

#picture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 460px;
	top: 250px;
	width: 400px;
	height: 320px;
	overflow: hidden;	
}
#picture2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 270px;
	width: 380px;
	height: 245px;
	overflow: hidden;	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0px;
}
#container {
	position: relative;
	_top: -50%;
	margin: 0 auto;
	width: 900px;
	height: 600px;
	text-align: left;
}

#first_align {
	height: 100%;  
	width: 100%;
	position: relative; 
	overflow: hidden;
}

#first_align[id] {
	display: table; 
	position: static;
}

#second_align {
	position: absolute;  
	top: 50%;
}

#second_align[id] {
	display: table-cell; 
	vertical-align: middle;
	position: static;
}