body {
	margin: 0px;
	background: #84baff;
	_background: #84baff url(/images/bg.jpg) no-repeat bottom right fixed;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
		_display: none;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
		
.ui_page {
	position: relative;
	width: 650px;
	margin: 30px 0 0 30px;
	background: #281c10 ;
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black;
	padding: 5px;
}
	.ui_pageinside{	margin: 5px; border: 2px dashed #794b02; padding: 20px;}

.ui_header {
	background: url(/images/kluanelogo.png) no-repeat top left;
	height: 129px;
	margin: 0 auto;
	float: left;
	width: 250px;
}

.ui_top_nav_wrapper {
	position: absolute;
		top: 30px;
		right: -10px;

}

.ui_main_content_wrapper {
}

.ui_main_content {
}

.ui_footer {
	color: #794b02;
	font-size: 10px;
	padding: 6px 10px;
	margin: 1px;
}

.ui_print_email {
	float: right;
	text-align: right;
	width: 40%;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #794b02;
	font-weight: normal;
}

a.PrintPageLink:hover {
	color: #7f4f03;
	text-decoration: none;
	font-weight: normal;
}

a.PrintPageLink:active { 
	display: inline;
	color: #794b02;
	font-weight: normal;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #794b02;
	padding-right: 10px;
	font-weight: normal;
}

a.TellAFriendLink:hover {
	color: #7f4f03;
	text-decoration: none;
	padding-right: 10px;
	font-weight: normal;
}

a.TellAFriendLink:active {
	display: inline;
	color: #794b02;
	padding-right: 10px;
	font-weight: normal;
}

.ui_copyright {
	float: left;
	width: 55%;
	font-size: 10px;
}

.ui_tagline {
	text-align: left;
	position: relative;
	padding: 20px 100px;
	color: #fff;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #fff;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #333;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #fff;
	font-size: 10px;
}
