body {
	background: #000;
	color: #dcdcdc;
}
a, a:hover, a:visited, a:active {
	color: lime;
}
#title {
	margin: 0 auto;
	width: 600px;
	font-family: 'VAG Rounded BT',Arial,Tahoma,Helvetica,sans-serif;
        color: #666;
        font-size: 40px;
        letter-spacing: 5px;
	text-align: center;

}
#header {
	margin: 0 auto;
	background: url(../imagenes/logo.png);
	width: 600px;
	height: 324px;
}
#content {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
}
