@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html {
	font-family:sans-serif;
	font-size:62.5%;
}

html, body {
	background:#3d3d3d;
}

/* -- */

#wrapper {
	width:700px;
	margin:auto;
}

#content {
	width:260px;
	height:56px;
	margin:70px auto 10px auto;
	background:transparent url(nyna.co.uk.png);
}

h1 {
	display:none;
}

