@charset "UTF-8";
/* INDEX CSS Document */

html, body {
margin: 0px;
padding: 0px;
border: none;
height: 100%;
background-image:url(../img/pageBg.gif);
background-position:top;
background-repeat:repeat-x;
background-color: #a3b0c2;
text-align:center;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 0.9px;
line-height: 1.3em
}

#vertical{
float: left;
height:50%;
margin-top: -320px; /* half vertical height*/
width: 100%;
}

#horizontal {
width: 944px;
margin-left: auto;
margin-right: auto;
height: 639px;
/*overflow: auto; allow internal scrolling */
text-align: center;
clear: both;
}

#inline {
background-image:url(../img/frame.gif);
background-repeat:no-repeat;
}

#flash {
margin:12px;
}
