﻿html, body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #DEDDDB;
    width: 100%;
    height: 100%;
    background: #d0ceb9 url(/img/bg.jpg) top center no-repeat fixed;
}

a:focus, object:focus {
    outline: none;
    -moz-outline-style: none;
}

* html #wrapper {
    height: 100%;
	width:expression(document.body.clientWidth < 1025? "1024px": "auto");
	height:expression(document.body.clientHeight < 801? "800px": "auto");
}

#wrapper {
    margin: 0px;
	padding: 0px;
    min-width: 1024px;
    min-height: 800px;
}

#fallback {
    width: 360px;
    padding-top: 22%;
    margin: 0px auto;
    text-align: left;
}

h1 {
    color: #00a0c2;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

a.flash, a.flash:link, a.flash:active, a.flash:visited {
    color: #00a0c2;
	background-color: transparent !important;
    text-decoration: underline;
    background-image: url(/img/flash.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 54px;
    margin: 15px 0px 0px 0px;
    line-height: 44px !important;
    height: 44px;
    font-size: 12px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    display: block;
}

a.flash:hover {
    text-decoration: none;
}

