body {
    font-family: Arial;
    font-size: 2em;
    color: #303030;
	}
	
html {
	background: url(../pic/web_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

html, body {
	width: 99%;
	min-height:98%;
	}
	
iframe {
	border: none;
	}

a:link {
    font-family: Arial;
    font-size: 1em;
	color: #f0f0f0;
	}
a:visited {
    font-family: Arial;
    font-size: 1em;
	color: #f0f0f0;
	}
