/***************************************************
 * FILE NAME:       /css/index.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for index.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

div#welcome {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

	div#reg_box {
		margin: 0 auto;
		width: 409px;
		text-align: right;
	}
	
	p#first-time {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	div#welcome a {
		text-decoration: none;
		border: none;
	}
	
	p#registered {
		margin: 3px 0 30px 0;
		font-weight: bold;
	}