
body {
	background: url('/holding page/wall.png') repeat center;
	padding: 0px;
	margin: 0px;
	height: 800px;
}
div#frame {
	background: url('/holding page/Black_frame.png') no-repeat center top;
	padding: 140px;
}
div#inframe {
	height: 500px;
	width: 500px;
	overflow: auto;
	margin:none;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}

div#title {
	text-align: center;
}

div#main {
text-align: center;
vertical-align:middle;
padding: 60px;
height: 200px;
}

div#promo{
text-align: center;
}
a, a img {
border: 0px;
text-decoration: none;
}
