html { 
	width: 100%;
    height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;	
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	color: #444;
	min-width: 1260px;
	-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: non
}

#wrap {
  	min-width: 100%;
	min-height: 100%;
	
}

#content{
	width: 100%;
	height: 100%;
	display: block;
}