/*
PUSSY CSS
Tom Aston, FUSE (www.fuse.co.uk)
25th July 2008
*/

/*********************************** Global Resets ***********************************/

@import url('reset.css');
@import url('clearfix.css');

body {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#444444;
}
#container {
	width:600px;
	text-align:center;
	margin:0 auto;
	padding:60px 0 0 0;
}
#container img {
	margin:40px 0 10px 0;
}
#container p {
	font-size:1.1em;
	width:350px;
	margin:10px auto;
	line-height:1.4em;
	color:#959da9;
}
