html { 
	margin:0px;
	padding:0px;
}
body {
    background: #fff;
    margin:0px ;
}
a:link { 
	color: #303030;
	text-decoration: none; 
}
a:visited { 
	color: #303030;
	text-decoration: none; 
}
a:active { 
	color: #303030;
	text-decoration: none; 
}
a:hover { 
	color: #990000;
	text-decoration: underline; 
}

div {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px; 
	color: #000000; 
}
div.body-wrapper {
	width: 400px;
	margin: 0 auto;
}

div.image-wrapper {
	margin-top: 100px;
	text-align: center;
}
div.form-wrapper {
	position: relative;
	margin-top: 40px;
	left: 30px;
}
div.link-wrapper {
	position: relative;
	margin-top: 2px;
	left: 30px;
	font-size: 17px;
}
div.footer-wrapper {
	margin-top: 200px;
	text-align: center;
}
input[type=text] {
	font-size: 16px;
	padding:4px;
}
input[type=submit] {
	font-size: 16px;
	padding:4px;
}