html {
        background: url(../img/stageBG.jpg) no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body{
	margin: auto; 
	margin-top:50px; 
	margin-bottom: 50px; 
	font-family: Courier; 
	font-size: 15px; 
	line-height: 20px;
}

#container{
width: 700px;
padding: 30px;
text-align: left;
background-color:rgba(245,245,245,0.78);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
margin: auto;
border: 5px solid rgba(230,230,230,0.7);
background-image: linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -o-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -moz-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -webkit-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -ms-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, rgba(227,227,227,0.78)),
	color-stop(0.89, rgba(255,255,255,0.78))
);
}

#salesbox{
width: 500px;
padding: 20px;
text-align: left;
background-color:rgba(245,245,245,0.78);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
box-shadow: 0px 0px 10px rgba(0,0,15,0.5);
margin: auto;
border: 5px solid rgba(230,230,230,0.7);
background-image: linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -o-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -moz-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -webkit-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);
background-image: -ms-linear-gradient(bottom, rgba(227,227,227,0.78) 9%, rgba(255,255,255,0.78) 89%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, rgba(227,227,227,0.78)),
	color-stop(0.89, rgba(255,255,255,0.78))
);
}

#salesbox:hover{
-moz-box-shadow: 0px 0px 10px rgba(0,0,15,0.8);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,15,0.8);
box-shadow: 0px 0px 10px rgba(0,0,15,0.8);

}
.innersales {
	font-style: italic;
}

ul {
	margin-left: 250px;
}
h1,h2,h3,h4{font-family: 'Yesteryear';  font-weight: 100;}
h1{font-size: 56px; text-align: center;}
h2{font-size: 42px; text-align: center;}
h3{font-size: 30px; text-align: center;}

p{padding-left: 50px; padding-right: 50px;}
.header{font-family: 'Yesteryear';font-size: 28px;}
.bullet{font-family: 'Yesteryear';font-size: 96px;}


a{color: #28a0ab; font-weight: bold;}
a:hover{color: #267178;}
.header a{text-decoration: none; font-size: 26px;}
hr{margin: 40px;}

.shadow {
	
  -webkit-box-shadow: 2px 4px 14px 0px #000;
          box-shadow: 2px 4px 14px 0px #000;
}

/* CSS BUTTON */

.cssbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.cssbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.cssbutton:active {
	position:relative;
	top:1px;
}

blockquote{border-left: 2px solid black;
	padding-left: -15px;
	border-left-color: red;
}