#mybox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/layout/bg_overlay.png);
	z-index: 15;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #808080;
	overflow: hidden;
}

#mybox #box-content {
	width: 600px;
	margin: 150px auto 0 auto;
	border: 0px solid red;
}

#mybox a {
	color: #808080;
	text-decoration: none;
}