.buttoncenter,
.center{
            text-align: center;
}
a#button {
			position: absolute;
			top:415px; 
			left:800px;
            padding: 10px;
            display: block;
            width: 150px;
            font-weight: bold;
            border: 2px solid #E31818;
            background: #E32119;
            color: #FFF;
            text-decoration: underline;
			font-size:14px;
}
a:hover#button {
            border: 2px solid #E32119;
            background: #FFFFFF;
            color: #E32119;            
}

p{
Font-Family:	Verdana;
Font-Size:	13px;
}
