html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(0,0,0, 0.7);
	border-top: 2px solid rgba(98, 141, 176, 0.7)
}

html {display:table;}

body {
	display:table-cell;
	vertical-align:middle;
}

a {
	color: rgba(0,0,0, 0.7);
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0, 0.4);
	-webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
    	 -o-transition: all .5s ease;
    		transition: all .5s ease;
}

	a:hover {
		color: rgba(0,0,0, 1);
		border-bottom: 1px solid rgba(98, 141, 176, 0.7);
	}
	
p {
	margin: 20px 0;
	line-height: 24px;
}

#container {
	max-width: 400px;
	height: 300px;
	margin:0 auto;
}

h1 {
	margin: 20px 0;
	color: rgba(0,0,0, 0.75);
	font-size: 30px;
	font-weight: normal;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}

h1 em {
	color: rgba(98, 141, 176, 0.7);
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 46px;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);

}

strong {
	color: rgba(0,0,0, 0.75);
	font-weight: normal;
}

span.amp {
   font-family: "Palatino","Book Antiqua",serif;
   font-size: 120%;
   font-style: italic;
}

.btn {
	padding: 7px;
	color: rgba(0,0,0, 0.75);
	font-size: 14px;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
	text-decoration: none;
	border: 0;
	background: rgba(164, 177, 183, 0.7);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

	.btn:hover {
		color: rgba(0,0,0, 0.75);
		border: 0;
		background: rgba(164, 177, 183, 1);
	}