html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	background-color: #3a3d44;
	font-family: Georgia, serif;
}
#container {
	width: 950px;
	height: 768px;
	background-image: url(../comingsoon/Background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font-size: 472%;
	margin-top: -105px;
	text-align: center;
}
#subtitle p {
	font-size: 75%;
	margin-top: -78px;
	margin-left: 10px;
}
.red {
	color: #af0100;
}
.green {
	color: #317f39;
}
#topnav ul {
	margin-left: -6px;
}
#topnav li {
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 32px;
}

#topnav img {
	border: none;
}
#topnav a {
	outline: none;
}
#pcs {
	color: #b6b6b6;
	text-align: center;
	font-size: 35px;
	margin-top: 263px;
}
#notice {
	color: #4f4f4f;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}