html, body {
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
}

div {
	font-size:0px;
	overflow:hidden;
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:1063px;
	height: 822px;
}

.top {
	background-image:url("../img/bg_top.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	height:14px;
	width:1052px;
	font-size:14px;
}

.left {
	float:left;
	background-image:url("../img/bg_left.png");
	background-position: left bottom;
	background-repeat:no-repeat;
	height:768px;
	width:14px;
}

#flashContent {
	float:left;
	width:1024px;
	height:768px;
	font-size:0px;
}

.right {
	float:left;
	background-image:url("../img/bg_right.png");
	background-position: right bottom;
	background-repeat:no-repeat;
	height:768px;
	width:25px;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
	font-size:0px;
}

.bottom {
	background-image:url("../img/bg_bottom.png");
	background-position: center bottom;
	background-repeat:no-repeat;
	height:38px;
	width:1063px;
	font-size:0px;
}

.warning {
	background-image:url("../img/flash-warning.jpg");
	width:1024px;
	height:768px;
}

a {
	outline: none;
}

a img {
	border: none; 
}