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

* {
	margin:0;
}
html {
	margin: 0;
}
body {
	background-color: #19181b;
}

#content {
	margin:200px auto 0px auto;
	background-image: url(images/rpDesign.png);
	background-repeat: no-repeat;
	width:443px;
	height:289px;
}
