@font-face { font-family: "Bree Serif"; src: url('bree-serif.woff'); }
@font-face { font-family: "Open Sans"; src: url('open-sans.woff'); }
* { margin: 0; padding: 0; }
html, body { height:100%; overflow-x: hidden; background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); font-family: "Helvetica", "Arial", sans-serif; font-size: 15px; color: #222222; }
a { color: #0094ff; }
h1 { font-family: "Bree Serif"; color: #333333; border-bottom: 4px solid #eee; font-size: 1.5em; }
p { font-family: "Open Sans"; margin-bottom: 2em; }
body { position: relative;
		width: 60%; min-width: 600px; max-width: 800px;
		min-height: 100%; height: auto !important; height: 100%;
		margin: 0 auto -24px;
		padding: 0;
		box-shadow: #000000 0 0 16px;
		background-color: #ffffff;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 34%,rgba(239,239,239,1) 100%);
		text-align: center;
		z-index: 2;
}
.content { text-align: left; margin: 2em; }