body{
	background:#222222;
	font-family: 'Open Sans', sans-serif;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:active{
	color:#FFFFFF;
        text-decoration:none;
}
input{
	-webkit-appearance:none;
}
textarea{
	-webkit-apperance:none;
}
select{
	-webkit-appearance:none;
}
button{
	-webkit-appearance:none;
}

#logo{
	position:absolute;
	top:15px;
	left:20px;
	max-width:150px;
}
#box{
	position:absolute;
	bottom:15px;
	right:20px;
	color:#FFFFFF;
	font-size:13px;
	line-height:25px;
}

