*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body {
	background-image:url('bg.png');
	margin:0;
	padding:0;
	font-family: Georgia;
	height:100%;
}

#topbar{
	width:100%;
	height:5px;
	background:#A10001;
	border-bottom:1px solid #222;
}

#header{
	font-family: 'Niconne', serif;
	font-size:60px;
	font-weight:400;
	padding:24px;
	text-align:center;
	color:#f2f2f2;
	text-shadow: 3px 3px 3px #111;
}

#container{
	min-width:850px;
}

#main{
	width:732px;
	display:inline;
	margin:10px auto;
}

.quote{
	font-family: Georgia;
	font-size:28px;
	border:1px #f2f2f2 solid;
	background:url('quotebg.png');
	padding:40px 40px 34px 40px;
	margin:10px auto 20px auto;
	max-width:650px;
	line-height:36px;
	color: #111;
}

.text{
	padding:0;
	margin:0;
	display:block;
}

.source{
	float:right;
	text-align:right;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top:20px;
}

.source a{
	text-decoration:none;
}

.source a:hover{
	text-decoration:underline;
	}

.button{
	margin:0 auto 20px auto;
	text-align:center;
	min-width:225px;
	height:60px;
}

.button a{
	margin:10px 0;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #A10001;
	padding: 10px 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	border:1px solid #666;
}
	
.button a:hover{
	background:#010f7b;
}

#lower{
	background:#111;
	border-top:1px solid #333;
	border-bottom:1px solid #333;	
	margin-top:50px;
	height:90px;
	width:100%;
	display:block;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
}

#share-block{
	padding:10px 0 5px 0;
	width:1029px;
	margin:0 auto;
}

.share-item{
	text-align:center;
	float:left;
	margin:13px 25px 5px 0px;
	width:150px;
	padding:10px 5px 0px 5px;
	height:30px;
	border-right:1px solid #111;
	border-bottom:1px solid #111;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(198,198,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(198,198,198,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(198,198,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */

}

#share-block a{
	color:#A10001;
	text-decoration:none;
}

#share-block a:hover{
	color:#010f7b;
	text-decoration:underline;
}

#gad{
	width:468px;
	height:60px;
	background:#f2f2f2;
	float:left;
	margin:5px 0 0 0;
	display:inline;
}