/*GENERAL SETTING*/

body {
	background: #FFF;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 13px;
}
html, html>body {
	width: 100%;
	height: 100%;
}

p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
}


div#content {
	width: auto;
	height: auto;
	margin: auto auto;
	text-align: center;
	border: none;
}

div#content img{
	
	border: 0;
}

a,
a:link,
a:visited,
a:active  {
    display: block;
	text-decoration: none;
	background: none; 
	border: none;
}

