body{
	color: #bf48fd;
	font-family:"Verdana";
	width:100%;
	height:100%;
	background-color: #000;
}

div#main{
	width: 800px;
	height: 800px;
	vertical-align: middle;
	margin: 30px auto;
	text-align:center;
}
div#content{
	width: 800px;
	height: 600px;
	float: left;
}

div#content img{
	border-radius: 18px;
}
div#footer{
	width: 1198px;
	height: 48px;
	float: left;
}