﻿body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Helvetica Neue', "Arial", sans-serif, serif;
	color: #3e3e3e;
	text-shadow: 0px -1px 1px black;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
}

.fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper {
	background: #3f3f3f url(../images/gradient.png) repeat-x bottom left;
}

#ribbon-wrapper {
	position: absolute;
	top: 0;
	left: -2px;
	height: 50%;
	width: 100%;
	
}

#links {
	position: absolute;
	width: 72px;
	height: 27px;
	bottom: 14px;
	left: 50%;
	margin-left: -36px;
}

.hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

#twitter .hover {
	background: transparent url(../images/social.png) no-repeat bottom left;
}

#facebook .hover {
	background: transparent url(../images/social.png) no-repeat bottom right;
}

#twitter {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: transparent url(../images/social.png) no-repeat top left;
}

#facebook {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(../images/social.png) no-repeat top right;
}


#card {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	height: 218px;
	width: 346px;
	margin-left: -173px;
	margin-top: -109px;
	background: transparent url(../images/badge.png) no-repeat top left;
}

#ribbon {
	position: absolute;
	top: -90px;
	left: 50%;
	width: 27px;
	height: 50%;
	margin-left: -14px;
	z-index: 2;
}

#ribbon-body {
	position: absolute;
	bottom: 52px;
	top: 0;
	left: 0;
	width: 27px;
}

#ribbon-tile {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/ribbon.png) repeat-y bottom left;
}

#lanyard-hook {
	position: absolute;
	top: 100%;
	margin-top: -52px;
	left: 0;
	width: 27px;
	height: 52px;
	background: transparent url(../images/hook.png) top left;
	background-repeat: no-repeat;
}

#name {
	position: absolute;
	top: 20px;
	left: 150px;
	font-weight: bold;
}
