body {
	margin-top: 100px;
	margin-left: 0px;
	padding: 0px;
	font-family: Arial;
	}

#main {
	z-index:1;
	width: 400px;
	height: 200px;
	position: relative;
	margin:0px auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	box-shadow: 10px 10px 10px gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	clear: both;
	}