/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	outline:none;
	border-radius:0px;
	background:none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}
html
{
	-webkit-text-size-adjust: none;
}
body
{
	font-family: 'Droid Sans', sans-serif;
	font-size:0.78em;
 1background:url("../images/home-bg-tile.png");
	color:#666;
	position:relative;
	height:100%
}
a img
{
	border:none;
}
p
{
	margin:0px 0px 15px 0px;
}
.wrapper
{
	width:600px;
	margin:auto;
	margin-top:150px;
	margin-bottom:50px;
}
.logo
{
}
.intro
{
	margin:0px 0px 25px 0px;
	background:url("../images/intro.png") no-repeat top left;
	padding-top:25px;
}
.image-btn
{
	background:#069;
	width:160px;
	font-size:120%;
	line-height:40px;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	font-family: 'Droid Sans', sans-serif;
	border:none;
	display:block;
	margin:auto;
	transition-duration:0.4s;
	border-radius:2px;
}
.image-btn:hover
{
	background:#1e6fe3;
}
.social
{
}
.footer
{
	background:url(../images/footer.png) no-repeat top;
	margin:35px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	text-align:center;
	color:#999;
	font-size:90%;
}
 @media only screen and (max-width: 630px) {
.wrapper
{
	margin:15px;
	width:auto;
}
}
