

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
}

#container {
	background-image: url(http://profitalchemy.com/ssc/images/middle2.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: solid 1px black;

	/* default fallback */
/*background: rgb(255, 255, 255) transparent;*/
/* nice browsers */
background: rgba(255, 255, 255, 0.8);
/* IE 6/7 */
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);*/
/* IE8 */    
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";*/

    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    }

p {
	font-family: Calibri, Verdana, Arial;
	padding-left: 20px;
	padding-right: 20px;
}

body {
	margin: 0;
	background-color: #F0F0F0;
}

/*#footer {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #717984;
    font-size: 13px;
    height: 84px;
    position: absolute;
    width: 100%;
}*/

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 84px;
	font-size: 13px;
	color: #717984;
	
		/* default fallback */
background: rgb(52, 53, 56) transparent;
/* nice browsers */
background: rgba(52, 53, 56, 0.8);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

}

.share-container {
    max-width: 226px;
    /*padding: 1em 1em 5em;*/
    margin: auto;
	 padding-top: 20px;
    /*background-color: #DD8383;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0px #9B5151;*/
	 
}

.stoopid-icon {
    margin: 0 2px 4px !important;
}