body {
background: #fff;
}
.page {
background: #fff;
width: 350px;
height: 230px;
margin: 50px;
background: -moz-linear-gradient(bottom, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(bottom, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(bottom, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(bottom, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.page h2 {
padding: 15px 0 0 20px;
font: 400 35px/1.5 'Lilita One', Helvetica, sans-serif;
}
.page p {
padding: 10px 20px;
font: 12px/1.5 Helvetica, sans-serif;
color: #4b4b4b;
}
.triangle {
width: 0px;
height: 0px;
border-bottom: 170px solid #000;
border-right: 170px solid transparent;
}