body, html {
height:100%;
width:100%;
margin:0;
padding:0;
background-image:url(http://www.relaxandia.com/twirly.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right 10%;
}

#outer {width:100%; height:100%; overflow:hidden;
background-color:none;
background-image:url(twirly1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom left; }
#outer[id] {display:table; position:static;}

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

#inner {position:relative; top:-50%; width:100%; align:center; background:none; padding:0;background-color:none;} /* for explorer only */
#inner[id] {position:static;}

#outer2 {width:100%; height:100%; overflow:hidden;
background-color:none;
background-image:url(http://www.relaxandia.com/logo.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:99% 99%;}
#outer2[id] {display:table; position:static;
}


#flash {
padding:0;
margin:0 auto;
text-align: center;
width:100%;
height: 500px;
background: none;
}

p.footer {
padding:0;
margin:0 auto;
width:800px;
text-align:right;
background: none;
font-family: Verdana, sans-serif;
font-size: 10px;
color: #777777;
}


a, a:visited {
text-decoration: none;
color: #FF4917;
}

a:hover {
text-decoration: none;
color: #FF4917;
}


