@charset "UTF-8";
.content {
	background-attachment: scroll;
	background-color: #CCC;
	background-repeat: repeat;
	height: 1000;
	width: 1700px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	position: fixed;
	left: 15px;
	top: 7px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	height: 150;
	width: 1700px;
	background-image: url(gradient-background-blue-1.png);
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	box-shadow: 50px 45px 20px #FF9;
}
