/* layout */


body, html {height: 100%; margin: 0; overflow: hidden;}
#outer {height: 100%; overflow: hidden;} /* or without overflow */


#outer {height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */


#outer {width: 100%; }
#middle {width: 100%; text-align: center; }
#inner {width: 100%; margin-left: auto; margin-right: auto; text-align: center; }

#flashcontent
{
text-align: center;
}

#header
{
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 55px;
border-bottom: 1px solid #101717;
position:absolute;
top: 0;
left: 0;
}


#footer
{
position: absolute;
z-index: 2;
width: 100%;
height: 55px;
border-top: 1px solid #101717;
position:absolute;
bottom: 0;
left: 0;
}


/* colour / styles */

body
{
background-color: #070808;
color: #223333;
font-family: georgia;
font-style: italic;
font-size: 14px;
}

a
{
color: #609797;
text-decoration:none;
}


a img
{
border: none;
}

#header .content, #footer .content
{
margin-left: 20px;
margin-top: 18px;
float: left;
}


#footer .content
{
float:left;
}

#logo
{
float: right;
margin: 20px 20px 0 auto;
}

#nav
{
float: right;
margin: 18px 20px 0 auto;
}
