* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
}
html, body {
	background-image: url(../Images/i-Background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #C4AA93;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
#Content {
	width: 700px;
	height: 420px;
	margin-left: 50%;
	left: -350px;
	margin-top: 300px;
	position: absolute;
}
#Box {
	background-color: rgba(0,0,0,0.8);
	width: 700px;
	height: 400px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.6);
}
#Contact {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: #FFEED6;
	width: 600px;
	height: 40px;
	margin-top: 40px;
	margin-left: 50px;
	text-align: center;
	float: left;
	opacity: 0.4;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-webkit-transition: opacity 500ms ease-out;
}
#Contact:hover {
	opacity: 1.0;
}
a[href^="skype:"] {
	display:inline-block;
	padding-left:18px;
	background:transparent url(../Images/icon-Telephone.png) left center no-repeat;
}
a[href^="mailto:"] {
	display:inline-block;
	padding-left:18px;
	margin-left: 10px;
	background:transparent url(../Images/icon-Email.png) center left no-repeat;
}
a[href^="http://twitter.com/Keir"] {
	display:inline-block;
	padding-left:18px;
	margin-left: 10px;
	background:transparent url(../Images/icon-TwitterTiny.png) center left no-repeat;
}
#Contact a {
	color: #FFEED6;
}
#Contact a:hover {
	color: #FFF;
}
#Footer {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-size: 12px;
	font-weight: bold;
	color: rgba(255,255,255,0.6);
	line-height: 20px;
	width: 700px;
	height: 20px;
	position: relative;
	text-shadow: 0px 0px 3px rgba(0,0,0,1.0);
}
#Footer a {
	color: rgba(255,255,255,0.6);
}
#Footer a:hover {
	color: rgba(255,255,255,1.0);
}
#Footer #Left {
	float: left;
}
#Footer #Right {
	float: right;
}
#Banner {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-weight: bold;
	font-size: 80px;
	line-height: 100px;
	text-align: center;
	color: rgba(255,255,255,0.4);
	width: 500px;
	height: 100px;
	margin-top: 60px;
	margin-left: 100px;
	float: left;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
#Tagline {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,255,255,0.4);
	width: 500px;
	height: 20px;
	margin-left: 100px;
	float: left;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
#Links {
	width: 600px;
	height: 80px;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}
#Icons ul li:first-child {
	margin-left: 0;
}
#Icons ul li {
	width: 60px;
	height: 60px;
	margin-left: 30px;
	float: left;
	opacity: 0.4;
	-webkit-transition: opacity 500ms ease-out;
}
#Icons ul li:hover {
	margin-top: -2px;
	opacity: 1.0;
}
#Icons ul li img {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.6);
}
#Labels {
	width: 600px;
	height: 20px;
	margin-top: 4px;
	float: left;
}
#Labels ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: rgba(255,255,255,0.6);
	line-height: 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}
#Labels ul li:first-child {
	margin-left: 0;
}
#Labels ul li {
	width: 60px;
	height: 20px;
	margin-left: 30px;
	float: left;
}

