@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
}
body {
	background-color: #000;
	margin-top:25px;
}
#wrapper {
	text-align: center;
	height: 700px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainContent {
	background-color: #000;
	text-align: center;
	float: right;
	height: 510px;
	width: 570px;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 10px;
	position: relative;
}
