﻿html, body {
    width:100%;
    height:auto;
	padding:0;
	margin:0;
    color:#333333;
    font-family: 'Raleway';
    font-size:14px;
    /*line-height:18px;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*overflow: hidden;*/
	overflow: visible;
-webkit-overflow-scrolling: touch;
/*box-sizing: content-box;*/
	/*overflow:visible;*/
	-webkit-font-smoothing: antialiased;
	
}