/* -- Page styling, unrelated to centering ----- */

/* -- Your style ----- */
#Home,
#Intro {
	background-color: #333333;
}


/* -- Code for vertical centering ----- */

/* macs won't see this! \*/
html, body { 
     height:100%;
     width:100%;
}
/* END mac */

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	display:table-cell;
	vertical-align:middle;
}

object {outline:none;}

#innerFlash { 
    text-align: center;
    width: 999px; 
    height: 700px;
    margin: 0 auto;
    border: solid 1px #444;
    outline:none;
    background-color: #444;
}

#innerFlashIntro { 
    text-align: center;
    width: 900px; 
    height: 700px;
    margin: 0 auto;
    outline:none;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
