body{
	background: #004CEC;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}
table{
	width: 100%;
}
#left, #right{
	width: 130px;
}
#left img, #right img{
	height: 50px;
	margin-top: 5px;
}
#corner, #border{
	height: 10px;
	position: fixed;
	bottom: 0px;
}
#corner{
	width: 137px;
	background-image: url(../images/cornerup.png);
	background-position: right;
	background-repeat: no-repeat;
	left: 0px;
}
#border{
	background-image: url(../images/borderup.png);
	background-repeat: repeat-x;
	width: 100%;
	left: 137px;
}
#cnt{
	height: 53px;
}
