@charset "utf-8";
/* CSS Document */

html, body{ 
   
  padding:0; margin:0; 
  text-align:center; 
  display: table; 
  #position: relative;
  -khtml-background-size: 100%;
  -o-background-size: 100%;
 -moz-background-size: 100%;
	 
 /* -webkit-background-size: 90%;*/
  background-size: 100%;
 background-position: 50% 0 top right;
 
  width: 100%;
  height:100%;
  background-color:#4b5966;
  background-image: url("../images/bg_photo.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#display_area{ 
	width:420px; height:400px; display:inline-block;  #position: relative; #top: -50%l;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:left;
}
#body { height:100%; #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
#name{ background:url(../images/aidenhuntley.png) no-repeat; width:320px; height:60px; margin:50px 0 0 56px;
background-position: left;
}
#contact{background:url(../images/contact.png) no-repeat; width:225px; height:48px; margin:0 0 100px 56px;
background-position: left;
}
#follow_txt{background:url(../images/followme.png) no-repeat; width:106px; height:20px; margin:0 0 20px 56px;
background-position: left;
}
#btn_container{ text-align:left; padding:0px 45px;}
.btn{ width:40px; height:34px; display:inline-block; margin:0 10px; padding-top:5px; float:left;}
.btn a img{border:0px hidden;}
.follow_link{ padding:0 0 0 20px; }
.follow_link a{ color:#FFF; text-decoration:none; }
.follow_link a:hover{ color:#CCC; text-decoration:none; }



