html {
	height:100%;
}

body {
	background-color:#53575A;
	height:100%;
	margin:0;
	padding:0;
}

#content {
	height: 100%;
	width: 100%;
	position: relative;
}

#flashcontent {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	z-index: 0;
}

#noflash {
	color:#AAAAAA;
	height:300px;
	margin:auto;
	padding-top:30px;
	text-align:center;
	width:500px;
}

#payment {
	position: absolute;
	display: none;
	width: 600px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
	z-index: 100;
	overflow: visible;
}


p {
	margin-top:0;
}

a {
	color:#DDDDDD;
}
