* { 
	margin: 0;
	padding: 0;
	border-width: 0px;
}

html, body {
	height: 100%;
}

body {
	background-image: url("http://bitcoinaliens.com/freebitcoincash/bchimg/bgwrap.png");
	background-color: #24422c;
}

p {
	padding-top: 50px;
	padding-bottom: 25px;
	font-family: roboto, bookman, verdana;
	font-size:24px;
	color:#FFFFFF;
}

h1 {
	padding-top: 48px;
	font-family: roboto, bookman, verdana;
	font-size:36px;
	color:#FFFFFF;
}

.superwrapper {
	max-width: 1024px;
    margin: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#maincontent { margin: auto; text-align: center; width: 1024px;}

#leftarea { width: 400px; float: left;}
#rightarea { width: 500px; float: left;}

#appstorebadge { width: 192px; float: left; padding: 25px;}
#gplaybadge { width: 215px; float: left; padding-top: 25px;}

/* Add a background color and some padding around the form */
.contact {
    border-radius: 32px;
    background-color: #f2f2f2;
    padding: 24px;
	font-family: roboto, bookman, verdana;
	font-size: 16px;
	color:#0e0e0e;
}

/* Style inputs */
.inputfield, .inputfield:focus {
	width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 16px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	font-family: roboto, bookman, verdana;
	font-size:24px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #00c0ff;
    color: white;
    padding: 20px 32px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
	font-family: roboto, bookman, verdana;
	font-size:24px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #60e1ff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
