@charset "utf-8";

body,div {
	margin:0;
	padding:0;
	
}
#con {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align  :center;
	position    :absolute;
	width       :800px;
	height      :1000px;
	line-height	:0;
	margin-right: 0%;
	margin-left: 20%;
}
#con #old {
	height: 80px;
	width: 600px;
	clear: none;
	margin-top: 650px;
	margin-left: 95px;
}
