body {    
    background: -moz-linear-gradient(53deg, rgba(255,18,49,0.25) 0%, rgba(242,242,242,0.82) 77%, rgba(242,242,242,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,18,49,0.25)), color-stop(77%, rgba(242,242,242,0.82)), color-stop(100%, rgba(242,242,242,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(53deg, rgba(255,18,49,0.25) 0%, rgba(242,242,242,0.82) 77%, rgba(242,242,242,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(53deg, rgba(255,18,49,0.25) 0%, rgba(242,242,242,0.82) 77%, rgba(242,242,242,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(53deg, rgba(255,18,49,0.25) 0%, rgba(242,242,242,0.82) 77%, rgba(242,242,242,1) 100%); /* ie10+ */
    background: linear-gradient(37deg, rgba(255,18,49,0.25) 0%, rgba(242,242,242,0.82) 77%, rgba(242,242,242,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#FF1231',GradientType=0 ); /* ie6-9 */

}


h1, h2, p, textarea {text-align:center;}
		textarea {
		display: block;
		margin-left: auto;
		margin-right: auto;}