#headerbg
{
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin: 0px 0px;
	height: 40px;
}

#paypal
{
	/*position: absolute;
	bottom: 0px;*/
	width: 100%;
	text-align: center;
	background-color: black;
}

body
{
	background-color: black;
	margin: 0px 0px;
}


#toasttext
{
	width: 400px;
	margin: 10px;
	filter: "alpha(opacity=100)";
	background-color: black;
}

#userpictext
{
	width: 400px;
	margin: 10px;
	filter: "alpha(opacity=100)";
	background-color: black;
}

#leftcorner
{
	background-image: url('img/leftcorner.png');
	background-repeat: no-repeat;
	margin: 0px 0px;
	height: 60px;
	width: 50px;
	position: absolute;
	top: 0px;
	float: left;
	z-index: 2;
}

#rightcorner
{
	background-image: url('img/rightcorner.png');
	background-repeat: no-repeat;
	margin: 0px 0px;
	height: 60px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: -1px;
	z-index: 2;
	float: right;
}

#container
{
	width: 96%;
	height: 100%;
	overflow: auto;
	text-align: center;
	overflow: hidden;
}

#header
{
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	margin: 0px 0px;
}

#header2
{
	background-image: url('img/header2.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	margin: 0px 0px;
}

.item
{
	background-color: black;
	color: white;
	font-family: Segoe UI;
	font-size: 10pt;
	text-align: center;
}

#3duser
{
	background-color: black;
	width: 400px;
	float: right;
	color: white;
	font-family: Segoe UI;
	font-size: 10pt;
}

#seperator
{
	background-image: url('img/seperator.png');
	width: 9px;
	height: 400px;
	float: left;
	margin: 30px;
}


#contents
{
	padding: 5px;
	color: white;
	background-color: black;
	font-family: Segoe UI;
	font-size: 10pt;
	text-align: left;
	margin: 0px 0px;


}

h2
{
	text-align: center;
}

#copyright
{
	background-color: black;
	width: 100%;
	text-align: center;
	color: gray;
	font-family: Segoe UI;
	font-size: 8pt;
	
	/*position: absolute;
	bottom: 0px;*/
}