/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

h1 {
	color: #000000;
	font-size: 25px;
	line-height: 70px;
}

h2 {
	color: #000000;
	font-size: 22px;
	line-height: 21px;
}

h3 {
	color: #000000;
	font-size: 20px;
	line-height: 21px;
}

h4 {
	color: #000000;
	font-size: 17px;
	line-height: 21px;
}

h5 {
	color: #000000;
	font-size: 16px;
	line-height: 21px;
}

h6 {
	color: #000000;
	font-size: 12px;
	line-height: 21px;
}

#content {
	background-image: URL("../images/background.png");
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	position: relative;
	min-height: 100%;
}

#logo {
	position: relative;
	padding-top: 20px;
	width: auto;
	height: 300px;
}

#content-in {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 30px;
}

#content-in h1 {
	font-size: 70px;
	font-weight: 800;
	color: #c9c9c9;
}

form {
	position: relative;
	margin-top: 70px;
	left: 0px;
}

input[type="text"] {
	border: 1px solid #722a74;
	margin: 5px;
	width: 198px;
	height: 19px;
	padding: 5px 10px;
	font-size: 12px;
	color: #813d82;
}

textarea {
	border: 1px solid #722a74;
	margin: 5px;
	padding: 15px;
	font-size: 12px;
	color: #813d82;
}

.submit {
	background-image: URL("../images/background-button.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 13px;
	width: 127px;
	height: 31px;
	cursor: pointer;
	font-weight: bold;
}

.submit:hover {
	text-decoration: underline;
}

#content-in h2 {
	font-size: 25px;
	color: #813d82;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

#content-in p {
	font-size: 13px;
	color: #7c7c7c;
}

#content-in p a {
	font-size: 13px;
	color: #7c7c7c;
	text-decoration: none;
	font-weight: 500;
	line-height: 20px;
}

#content-in a:hover {
	text-decoration: underline;
}

#content-in a {
	color: #652365;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}

#bottom {
	background-image: URL("../images/line-bottom.png");
	position:absolute;
	bottom:0px;
	width:100%;
	height:11px;
}