@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(images/bg-sa.png) no-repeat;
	background-color:#29215C;
	background-position:top;
	}
#discord{
	width:330px;
	height:63px;
	margin:0 auto;
	margin-top:15px;
	}

#container{
	width:500px;
	height:837px;
	background:url(images/logo_sa.png) no-repeat;
	margin:0 auto;
	margin-top:16%;
	}
