#content
{
	width: 1000px;
	height: 620px;
}

#title
{
	width:100%;
	border-bottom: 1px solid #80c92f;;
}

#title h1
{
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	color: #80c92f;
}

#demo_square
{
	margin-top: 20px;
	width: 1000px;
	height: 550px;
	border:1px solid #c5e0ff;
}

#demo_square #demo_square_top
{
	width: 100%;
	height: 6px;
}

#demo_square #demo_square_top .top_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -1px;
	margin-left: -1px;
}

#demo_square #demo_square_top .top_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crt.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -1px;
	margin-right: -1px;
}

#demo_square #demo_square_mid
{
	width: 100%;
	height: 538px;
}

#demo_square #demo_square_bot
{
	width: 100%;
	height: 6px;
	margin-top: 1px;
}

#demo_square #demo_square_bot .bot_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clb.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: -1px;
	margin-left: -1px;
}

#demo_square #demo_square_bot .bot_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crb.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: -1px;
	margin-right: -1px;
}

