@charset "UTF-8";
/* Clippers CSS */

body {
	background-color: #C80C69;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	float: right;
}

h1 {
	text-align: center;
}

.footer {
	text-align: center;
	clear: both;
}

.arrow {
	color: #fff;
	float: left;
	font-size: 10em;
	margin: 45px;
}

.main {
	width: 600px;
	float: left;
}

.caption {
	clear: both;
	padding: 1.5em;
	text-align: center;
	font-size: 1.3em;
}

.title {
	text-align: center;
}

.body1 {
	text-align: left;
	float: left;
}

.body2 {
	text-align: right;
}

.img {
	text-align: right;
	float: right;
	padding: 10px;
	clear: both;
}
