@charset "UTF-8";

body {
	background-color:#e570e7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a849a3', endColorstr='#e570e7',GradientType=0 )no-repeat #e570e7;
	background: -moz-linear-gradient(top, #a849a3 33%, #e570e7 100%)no-repeat #e570e7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#a849a3), color-stop(100%,#e570e7))no-repeat #e570e7;
	width:100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 1000px;
	
}

#header {
	/*background-image: url(../Images/dbmheader.jpg);*/
	width: 1000px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	
}

#content {
	color: white;
	/*background-image: url(../Images/dbmheader.jpg);*/
	height: 600px;
	border: 1px solid #e570e7;
	
}
.shadow {
	font-weight: bold;
	text-align:center;
	font-size: 45px;
	color: #ff33ff;
	text-shadow: 2px 2px 5px #333333;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}

