* {
	margin:0;
	padding:0;
	
}
body {
	background-color: #000;
}
#con {
	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;
}
#main {
	margin-right: auto;
	margin-left: auto;
}

