@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", sans-serif;
	font-size:0.625em;
	color:#999;
}

#content {
margin:50px 0px 0px 0px;
}


a {
	color:#999;
}

p
{
	margin:25px;
}

.wrapper {
}

.guitar {
	width:1200px;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:center;
	padding:25px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

}

.improve
{
	text-align:center;
	margin-top: 200px;
}

.credits
{
	margin:50px 0px;
	text-align:center;
	font-size:0.625em;
}


