body {
	background: url("../Images/Background/bg.jpg"); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	-moz-background-size:100% 100%; 
	background-size:100% 100%; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	padding: 15px;
	width: 500px;
	position: absolute;
	z-index: 999;
	color: #CCC;
	left: 38%;
	top: 30%;
	background-image: url(../Images/glass.png);
	background-repeat: repeat;
	border: thin solid #000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-border-radius:15px;
}
h2{
	background: rgb(238-233-233);
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #9FC;
}
a:active {
	text-decoration: none;
	color: #09F;
}