﻿body 
{
    overflow: hidden;
}

div#Wrapper
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 760px;
    height: 433px;
    margin-top: -216.5px;
    margin-left: -380px;
    background-image: url(Images/Background.gif);
    z-index: 1;
}

div#Footer
{
	position: absolute;
	width: 760px;
	text-align: left;
	height: 50px;
	top: 435px;
	left: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

div#Copyright
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
}

div#Bar
{
    position: absolute;
    width: 50px;
    height: 433px;
    left: 580px;
    background-color: White;
    top: 0px;
    z-index: 2;
}

div#Container
{
    top: 70px;
    left: 480px;
    background-color: White;
    position: absolute;
    padding: 16px;
    height: 250px;
    width: 220px;
    text-align: center;
    z-index: 3;
}

.Item
{
    clear: both;
    border: 0px;
}
