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

body {
	background-color: #000000;
	}
	
.splash_img {
	position: relative;
	top: 7px;
	text-align: center;
	}
	
.modelforus {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	}
	
.modelforus a:link {color:#FFFFFF; text-decoration:none;}      /* unvisited link */
.modelforus a:visited {color:#FFFFFF; text-decoration:none;}  /* visited link */
.modelforus a:hover {color:#FFFFFF; text-decoration:underline;}  /* mouse over link */
.modelforus a:active {color:#FFFFFF; text-decoration:none;}  /* selected link */
	
.copyright_info {
	position: relative;
	top: 7px;
	text-align: center;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	}
