﻿html, body, #container, #britti {
	height: 100%;
	overflow:hidden;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	letter-spacing: 1px;
	background-color:#00000;
	color:#00000;
}
img {
	border: 0;
}
#backgroundImage {
	position: fixed;
	z-index: 1;
	min-width: 1000px;
}
#logo{
	position:absolute;
	display:block;
	bottom:40px;
	right:40px;
	width:454px;
	height:340px;
	z-index: 2;
}
