@charset "UTF-8";
/* CSS Document */
/* Eric Meyer CSS Reset v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	vertical-align: baseline;
}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{
	quotes:none;
}blockquote:before,blockquote:after,q:before,q:after{content:none;}:focus{outline:0;}a:link, a:visited, a:hover, a:active{outline:none !important;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}img{display:block;}

/*----------*/

body {
	background:#DDD none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#777;
	line-height:1em;
}
.container {
	text-align:center;
	margin:150px auto;
	width:50em;
	-moz-border-radius: 15px;
	border-radius:15px;
	-webkit-border-radius: 15px;
	background:#e3e3e3 none;
	box-shadow:0 0 9px #999;
	-webkit-box-shadow:0 0 9px #999;
 	-moz-box-shadow:0 0 9px #999;
}
h1 {
	font-weight:normal;
	font-size:39px;
	font-style: italic;
	letter-spacing:-0.03em;
	text-shadow:1px 1px -1px #fff;
	padding: 140px 0;
}

