html {
height:100%
}

html,body {
margin:0;padding:0;
}

body{
text-align: center;
min-width:650px;
background-color: #90C0DE;
}

#vertical{	
position:absolute;
top:50%;	
margin-top:-130px;/* half flash height*/	
left:0;
width:100%;
}

#hoz {
width:624px;/* flash width*/
margin-left:auto;
margin-right:auto;	
height:395px;/* flash height*/
}

h1 {
color:#fff;
margin:0;
padding:0

}

#left
{
text-align:left; /* reset text alignment */
padding-left: 11px;
padding-top: 6px;
}


img
{
border: 0;
}

