body {
	background-image: url("../images/bg.png");
	color: #333;
	font-size: 11px;
	height: auto;
	padding-bottom: 20px;
}

#icons .grid_5 {
	height: 190px;
	border-radius: 33px;
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
#icons .grid_5.omega {
	box-shadow: none;	
}
#icons .photo {
	position: relative;
	left: 10px;
	top: -140px;
	border: 1px solid white;
}

#twitter .grid_9 {
	height: 390px;
}

#footer {
	text-align: right;
}

div.clear {
	height: 10px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
}

h2 {
	padding-top: 20px;
	text-align: center;
}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

/* Flip */
#contact {
	position: relative;
	z-index: 1;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}

#f1_card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 1.0s linear;
	-moz-transform-style: preserve-3d;
	-moz-transition: all 1.0s linear;
	-o-transform-style: preserve-3d;
	-o-transition: all 1.0s linear;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
	
	border-radius: 33px;
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
#contact:hover #f1_card {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	-webkit-transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	-moz-transform: rotateY(180deg);
	-moz-box-sizing: border-box;
	-o-transform: rotateY(180deg);
	-o-box-sizing: border-box;
	transform: rotateY(180deg);
	box-sizing: border-box;
	
	border-radius: 33px;
	-webkit-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

.terms h2 {
	text-align: left;
	font-size: 23px;
}

.terms p {
	text-align: left;
	border: none;
	font-size: 13px;
	padding: 0;
}