@import url("yui/2.8.0r4/reset-fonts/reset-fonts.css");

html, body {
	background-color: #c0c0c0;
}

body {
	margin-bottom: 20px;
}

#panel {
	margin: 80px 0 0 0;
	background-color:#fff;
	height:645px;
	background-image: url(../img/panel_bg.png);
	background-repeat: repeat-x;
	position: relative;
}

#panel #logo {
	height: 76px;
	width: 319px;
	position: absolute;
	left: 64px;
	top: 42px;
}

#panel #links {
	position: absolute;
	left: 70px;
	top: 150px;
}

#panel #links ul {
	margin-bottom:20px;
	font-size: 108%;
}

#panel #links li {
	clear:left;
}

#panel #links li a {
	color:#999;
	background-color:#eee;
	text-decoration: none;
}

#panel #links li a:hover {
	color:#666;
	background-color:#CCC;
}

#panel #canvas-area {
	width:528px;
	height:504px;
	position: absolute;
	left: 445px;
	top: 70px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#panel #canvas-area #canvas {
	width:504px;
	height:504px;
	margin:0 0 0 24px;
	background-color: #fff;
}

#panel #canvas-area #canvas #flashbox {
	border: 1px solid #000;
	padding: 1px;
	width:500px;
	height:500px;
}
