/**
 * reset
 */

html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	font-size: 1em;
}

body {
	font-size: 100%;
}

a img, :link img, :visited img {
	border: 0;
}




a {
	color:#000;
	text-decoration:none;
}

#header {
}

#header .edit,
#menu,
#sidebar,
#footer,
.button {
	display:none;
}

