@viewport {
	width:100%;
	height:100%;
}
html {
	height:100%;
	/*width:1500px;*/
	background-color:#E6E6E6;
	background-image:url(../img/bg_01.jpg);
	background-repeat:repeat-x repeat-y;
	margin:0px;
	color:#333333;
	/*overflow-y:hidden;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:100.01%;
	text-decoration:none;
}

body {
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
	margin:0px;
	overflow:hidden;
}

.content {
	width:100%;
	height:100%;
}

a {
	font-size:1.0em;
	color: rgba(128, 128, 128, 0.5);
	text-shadow:0px -1px 1px black ;
	text-decoration:none;
}

#logo {
	
	margin-left:20%;
	margin-right:20%;
	margin-bottom:20%;
	margin-top:20%;
}

