body {
	margin:0px;
	background:rgb(51,51,51);
	font-family: 'Lucida Console', san-serif;
	color:rgb(153,153,153);
	font-size:16px;
}

#yellow {
	background:rgb(255,204,0);
}


form {
	background:black;
	margin-top:20%;
	padding-left:150px;
}

fieldset {
	border:0;
}



input {
border:1px solid black;
}


input[type="text"] {
  width:250px;
	border:1px solid rgb(153,153,153);
	background:black;
	color:rgb(153,153,153);
	font-size:12px;
	margin-left:15px;
}

input[type="submit"] {
	position:absolute;
	bottom:10%;
	right:25%;
	background:rgb(51,51,51);
	color:rgb(153,153,153);
	border:1px solid rgb(204,204,204);
	cursor:pointer;
}

input[type="submit"]:hover {
	background:red;
}


#message {
font-size:600px;
line-height:570px;
font-weight:900;
color:rgb(255,255,51);
font-family:'Times New Roman', serif;
}