		#bgimage { 
			position:fixed;
			width:100%;
			height:100%;
			background: url(../images/bg.jpg) no-repeat left top fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover; 
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
			-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
		}
		
		#container {
		position:fixed;
		float:left;
		width:45%;
		min-width:430px;
		height:100%;
		
		}
		#content {
		width: 410px;
		padding-top: 100px;
		margin: auto;
		}
		
		#socialmedia {
		position:relative;
		float:left;
		top:20px;
		width:400px;
		height:50px;
		border-top:1px solid #808080;

		}
		
		img.socialmedia {
		float:left; /* Aligns to the left */
		height:44px; /*set to match height of outer container and image will center vertically */
		margin-top:3px; /*offset down to center icon in outer container */

		}
		
		h2.socialmedia {
		line-height:50px; /*set to match height of outer container and text will center vertically */ 
		font-size:1.3em;
		text-indent:5px;
		}
		
		/*Fonts*/
		
		h1,h2,p {
		color:#333333;
		}
		
		h1 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:3em;
		font-weight:bold;
		text-shadow: 1px 1px #dcdcdc, -1px -1px #444
		}
		
			
		h2 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:1.5em;
		}		
				
		p {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
		margin: 10px 0 0 0;
		line-height:1.2em;
		}
		
		a:link {color:#000000;text-decoration:none;}    /* unvisited link */
		a:visited {color:#000000;} /* visited link */
		a:hover {color:#000000;text-decoration:underline;}   /* mouse over link */
		a:active {color:#000000;text-decoration:underline;}  /* selected link */
		