/* General ------------------------------------------------- */
	
	* {
		padding: 0;
		margin: 0;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	body {
		background-color: #262016;
		color: #EAE5CE;
		margin: 0 auto;
		background-position: center top;
		background-repeat: repeat-y;
		line-height: 110%;
		}

	.welcomeCard {
		background-image: url(http://www.joyent.com/img/welcome/welcomeCard.png);
		width: 504px;
		height: 441px;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 2em auto 2em auto;
	}
	.welcomeCard h1 a {
		text-indent: -3000px;
		display: block;
		position: relative;
		top: 5px;
		left: 5px;
		width: 170px;
		height: 29px;
	}
	.welcomeCard h2 {
		font-size: 25px;
	}
	.welcomeCard .info {
		position: relative;
		top: 25px;
		left: 20px;
		width: 463px;
		font-size: 11px;
		height: 367px;
		display: block;
		overflow: auto;
	}
	a:focus {
		-moz-outline: 0;
	}
	p {
		margin: 1em 0px;
	}