@charset "utf-8";

/* CSS Document */
/* RESET CSS \*/
*, html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	color: #000;
	background: #FFF;
}	
body, div, ul, li, h1, h2, h3, input, p, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
}	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}	
th {
	font-style: normal;
	font-weight: normal;
}	
ul, li {
	/* [disabled]list-style: none; */
	margin: 0px;
	padding: 0px;
}	
h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}	
input {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* End of RESET CSS \*/

/* =Global Customisation begins here
==============================================================*/

/* used to clear both div inside a parent div and so the parent div does not collapse on itself */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
}

* { margin: 0; padding: 0; }





#page {
	/* [disabled]background-color: rgba(0,255,51,1); */
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#page header {
	padding-top: 25%;
}
