@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FF6;
	background-color: #060;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-image: url(../../backdark.jpg);
	text-align: center;
	height: 800px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #0F0;
	border-left-color: #0F0;
}
#box {
	background-color: #0FF;
	text-align: left;
	height: 470px;
	width: 470px;
	color: #F00;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	padding: 15px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-color: #9F0;
	border-left-color: #9F0;
}
#side {
	background-color: #90F;
	text-align: center;
	height: 470px;
	width: 445px;
	margin-top: 15px;
	float: right;
}

