body {
	width: 100%;
	height: 100%;
	/*background-size: 1440px;*/
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-color: #FFF;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fadcf4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fadcf4;
	box-shadow:inset 0px 1px 0px 0px #fadcf4;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fabef6), color-stop(1, #e87fc3));
	background:-moz-linear-gradient(top, #fabef6 5%, #e87fc3 100%);
	background:-webkit-linear-gradient(top, #fabef6 5%, #e87fc3 100%);
	background:-o-linear-gradient(top, #fabef6 5%, #e87fc3 100%);
	background:-ms-linear-gradient(top, #fabef6 5%, #e87fc3 100%);
	background:linear-gradient(to bottom, #fabef6 5%, #e87fc3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabef6', endColorstr='#e87fc3',GradientType=0);
	background-color:#fabef6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f285ee;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc54c4;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e87fc3), color-stop(1, #fabef6));
	background:-moz-linear-gradient(top, #e87fc3 5%, #fabef6 100%);
	background:-webkit-linear-gradient(top, #e87fc3 5%, #fabef6 100%);
	background:-o-linear-gradient(top, #e87fc3 5%, #fabef6 100%);
	background:-ms-linear-gradient(top, #e87fc3 5%, #fabef6 100%);
	background:linear-gradient(to bottom, #e87fc3 5%, #fabef6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e87fc3', endColorstr='#fabef6',GradientType=0);
	background-color:#e87fc3;
}
.myButton:active {
	position:relative;
	top:1px;
}

#svg {
	width: 60%;
	margin: 0 auto;
}

#savebutton {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#player {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100px;
	margin-right: 35px;
	margin-bottom: 90px;	
}

#scplayer {
	width: 200px;
}