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

body{
	margin: 0;
	padding: 0;
	background: black;
}

#contentswrap{
	width: 960px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

