body
{
	background-image:url('../images/background.png');
	-webkit-user-select: none;
	margin: 0;
	height: 320px;
}
/*
	Card
*/
#container
{
	/* Set these dimensions so the card can be properly displayed in Safari on iPhone */
	height: 215px;
	width: 375px;
	display: none;
	
	/* Disable tap highlighting */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	/* Give some depth to the card */
	-webkit-perspective: 800;
}

.card
{
	position: absolute;
	top: 20px;
	left: 60px;
	height: 215px;
	width: 375px;
	background-color: white;
	font-family: 'Helvetica Neue';
	-webkit-box-shadow:5px 5px 8px rgb(0,0,0);
	-webkit-transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.5s;
	font-size: 11px;
}

.face
{
	height: 215px;
	width: 375px;
	

	position: absolute;
	-webkit-backface-visibility: hidden;
}

.card .logo
{
	margin-top: 20px;
	margin-left: 35px;
}

.card.flipped
{
	-webkit-transform: rotateY(-179deg);
}

.back
{
	-webkit-transform: rotateY(180deg);
}

.card .line1
{
	margin-top: 11px;
	margin-left: 98px;
	color: #df7a1c;
	width: 270px;
	font-size: 1.5em;
}

.card .line2
{
	color: gray;
	margin-top: 18px;
	margin-left: 98px;
	width: 270px;
}

h3
{
	margin-top: 15px;
	margin-left: 30px;
}

ul
{
	margin-left: 30px;
	list-style-type: none;
	font-size: 14px;
	padding: 0;
}

h3
{
	font-size: 15px;
	margin-top: 25px;
}

li 
{
	color: gray;
}

li.header
{
	font-weight: bold;
	color: black;
}

li a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.contact-leftpane
{
	float: left;
	width: 205px;
}

.contact-rightpane
{
	padding-top: 55px;
	padding-left: 15px;
	float: left;
}

.contact-button
{
	width: 136px;
	height: 45px;
	background-repeat: no-repeat;
}