/* preliminaries*/
html, body {height:100%; margin:0px; padding:0px;}
body {font-size:11px; color:#606060; background-color:#f8f8f8;}

/* structure */
#c1{width:100%; height:100%; overflow:hidden;}
#c1[id]{display:table; position:static;}
#c2{position:absolute; top:15%;}
#c2[id]{display:table-cell; position:static; vertical-align:middle;}
#daeya_org_container {position:relative; height:570px; top:0%; width:100%;}


/* aesthetics */
#iframe_cell {background-image:url(/imgs/daeya.org.iframe.jpg); background-repeat:no-repeat; text-align:left;}
a:link, a:visited {color:#0076C4; text-decoration: underline; cursor:crosshair;}
a:active, a:hover {color:#0099FF;  text-decoration: underline; cursor:crosshair;}
