body, html{
	background-color:black;
}

.content {
    position:absolute;
    top: 0px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow-y:scroll;  
}

.banner {
	background-image: url(../picture_library/AA_Tower_V5_BGMerged.png);
	min-height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;		

}

.affinityLogo{
	background-image: url(../picture_library/AA_Tower_NoBG_V2.png);
	min-height:350px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.gdpg {
	background-image: url(http://affinityarchives.com/picture_library/Trailer%20-%20Cut%201_Qual-50sm.gif);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;		

}

.pen {
	background-image: url(../picture_library/fairy-fountain-link.jpg);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.gamejam {
	background-image: url(../picture_library/Nate.png);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.gdg {
	background-image: url(../picture_library/GDG_BrandingV2.png);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.gdgBrand{
	background-image: url(../picture_library/GDG_BrandingV2_profile_mini.png);
	min-height:720px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.gdpgbrand{
	background-image: url(../picture_library/GDPG_Profile_v2-Composite.png);
	min-height:720px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	
}

.penBrand{
	background-image: url(../picture_library/Pen&Needle_Logo_Square-WaterMark.png);
	min-height:720px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.adventuresInSpace {
	background-image: url(../picture_library/AdventuresInSpace_Start.png);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.adventuresInSpaceBrand{
	background-image: url(../picture_library/AdventuresInSpace_PlayerShip.png);
	min-height:720px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.trollGames {
	background-image: url(../picture_library/TrollGames_Back.png);
	min-height: 720px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.trollGameBrand{
	background-image: url(../picture_library/TrollGames_Logo.png);
	min-height:720px;
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.textBody{
	background-color: #303874;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 2.2em;
	color: #CAC8FF;
	border-top: solid #1C1B35 5px;
	border-bottom: solid #1C1B35 5px;
	text-align: center;
	padding: 20px;
	text-shadow: 4px 4px #1C1B35;
	
}

.textFooter{
	background-color: #05061E;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	color: #CAC8FF;
	border-top: solid #1C1B35 5px;
	border-bottom: solid #1C1B35 5px;
	text-align: center;
	padding: 20px;
	text-shadow: 4px 4px #1C1B35;
	
}


.socialButtons{
	height: 2.2em;
	display:inline;
	margin-top:15px;
}

b{
	color:white;
}

a{
	color:#48BDFF;
}

td,th
{
	border: 3px black solid;
	background-color:#151852;
	padding: 10px;
}

th{
	background-color: #0B0D37;
}

table{
	
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.threeQuarters{
	width:75%;
}