@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #CCC;
}
body {
	background-color: #000;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #CCC;
}

#intro {
	height: 600px;
	width: 800px;
	background-image: url(../images/intro.jpg);
	margin-right: auto;
	margin-left: auto;
}
#login {
	margin: auto;
	height: 200px;
	width: 200px;
	position: relative;
	top: 100px;
}
#register {
	margin: auto;
	height: 500px;
	width: 500px;
	position: relative;
	top: 125px;
}
