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

/*
 * These are the style rules for the Visitor page
*/

#content {
	height: 455px;
	padding-top: 20px;
}

div#welcome {
    width: 500px;
    margin: 0 auto;
}

div#register-link {
    width: 410px;
    margin-top: 30px;
    float: right;
}

div#register-link a {
    font-family: Times, serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

