html, body{
	width: 100%;
	height: 100%;
	background: #E4779E;
	background: -moz-linear-gradient(45deg, #E78AA9 0%, #E4779E 25%, #DF5C8E 50%, #DB4082 75%, #D70075 100%);
	background: -webkit-linear-gradient(45deg, #E78AA9 0%,#E4779E 25%,#DF5C8E 50%,#DB4082 75%,#D70075 100%);
	background: linear-gradient(45deg, #E78AA9 0%,#E4779E 25%,#DF5C8E 50%,#DB4082 75%,#D70075 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEDF3', endColorstr='#D70075',GradientType=1 );
	background-attachment: fixed;
}
main{color: #18CF70;}