html {
	height:100%;
}
body {
	background: #28343b; /* Old browsers */
	background: -moz-linear-gradient(top, #28343b 0%, #828c95 64%, #b5bdc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28343b), color-stop(64%, #828c95), color-stop(100%, #b5bdc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #28343b 0%, #828c95 64%, #b5bdc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #28343b 0%, #828c95 64%, #b5bdc8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #28343b 0%, #828c95 64%, #b5bdc8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #28343b 0%, #828c95 64%, #b5bdc8 100%); /* W3C */
	margin: 0;
	padding: 0;
	height:100%!important;
	min-height:800px;
	min-width:1260px;
}
div {
	height: 100%;
}
#content {
	width: 800px;
	height:auto;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 60px auto;
	font-size: 86px;
	font-weight: bold;
	font-family:"JellykaWesternPrincessRegular", Arial, sans-serif;
	letter-spacing:0.2em;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}
h2 {font-family: 'PT Sans Narrow', Arial, sans-serif;}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
	list-style:none;
}

img {
	border:none;
	vertical-align:top
}
.aligncenter {
	text-align:center;
}
#head {
	width:1260px;
	height:800px;
	margin:8px auto 0;
}
#footer {
	width:1260px;
	height:20px;
	margin:0 auto;
}
#facebook {
	width:1190px;
	float:left;
}
#google {
	width:70px;
	float:left;
	height:20px;
	margin:20px 0 0;
}

