* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	top: 20px;
}

#container {
	left:300px;
	top:50px;
	width:800px;
	height:400px;
	border-left-width: 1px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility: visible;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	position: fixed;
	z-index: 6;
	margin: 5px;
	color: #666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
