body {
	background: url(i/bgimage_1.jpg) no-repeat;
	background-size: 100%;
	background-origin: content;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #930;
	text-decoration: underline;
}
#container {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#card {
	height: 280px;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(i/card.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	position: relative;
	top: 100px;
}
#name {
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 72px;
	color: #EDEDED;
	font-family: 'Mountains of Christmas', "Arial Black", Gadget, sans-serif;
	text-align: center;
	line-height: 50px;
	position: relative;
	top: 100px;
}
#name span {
	display: block;
	font-size: 22px;
	text-align: right;
	line-height: 16px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	font-family: 'Mountains of Christmas', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#social {
	height: 50px;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 115px;
}
#social ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#social ul li {
	height: 50px;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#social ul li a {
	display: block;
	height: auto;
	width: auto;
}
#social ul li a:hover {
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#social ul li.twitter {
	width: 31px;
	display: block;
	margin-top: 20px;
}
#social ul li.facebook {
	width: 31px;
	display: block;
	margin-top: 20px;
}
#social ul li.linkedin {
	width: 31px;
	display: block;
	margin-top: 20px;
}
#social ul li.flickr {
	width: 31px;
	display: block;
	margin-top: 20px;
}
#social ul li.dradept {
	width: 58px;
	display: block;
}
#footer {
	display: block;
	text-align: right;
	font-size: 0.7em;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 200px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

