@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	color: #000;
}

html, body
{
    height: 100%;
}
.parallaxBackground {
	position: fixed;
	margin: 0; 
	padding: 0;
	left:50%;
	top:50%;
	margin-left:-1135px;
	margin-top:-750px;	
	z-index: -1;
	}	

.wrapperclass{
	top: 30%;
	position: absolute;
	display: block;
	width:100%;
}
	
.header {
	
	position: relative;
	display: block;
	width:100%;
	
	}

.content {
	position: relative;
	display: block;
	width: 500px;
	padding: 0px;
	margin: auto;
	text-align: center;
	
	}

.pagecontainer{
    position: relative;
    height: 95%;
    background:rgba(0,0,0,0);
    display:block;
    min-height: 600px;
}

.socialbar{
 background:rgba(0,0,0,0.5);
    top:0px;
    width: 150px;
    height: 40px;
    position: relative;
    margin: auto;
     outline:#000000;
 border: 1px solid black;
    
}


.spacer{
	height: 20px;	
}

p {
	color: #ffffff;	
	text-shadow: 1px 1px 1px #000000;
}

p#footertext {
 	font-size: x-small;
	text-align:center;
	
}

h1 {
	color: #ffffff;	
	text-shadow: 1px 1px 1px #000000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.footer{
    width: 400px;
	position: relative;
	margins: auto;
/*	top: 90%;*/
	left: 50%;
	margin-left: -200px;
	
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

.rat{
  height: 438px;
  width: 1356px;
  top: 36%;
  position: absolute;
  left: 31%;
	background-image: url(images/rat_trim.png);
	background-repeat: no-repeat;
}

.rat2{
  height: 331px;
  width: 1231px;
  top: 32%;
  position: absolute;
  right: 25%;
	background-image: url(images/rat2_trim.png);
	background-repeat: no-repeat;
}