body {
	position: relative;
	background-color: #282828;
	font-family: "Courier New", Courier, monospace;
	color :yellow;
}

#title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}	

#hangmanpicture{
    width:520px;
    height: 200px;

}

#instruction, #alerts, #by {
	text-align: center;
	font-size: px;
}

.alert-line{
	color: green;
}
#main-content {
	width: 960px;
	margin: 0px auto 0px auto;
}

.panel {
	background-color: #282828;
	padding: 20px;
	margin: 10px;
}

#word-display {
	text-align: center;
	font-size: 32px;
	padding: 10px;
	padding-bottom: 20px;
}

#general-display {
	text-align: center;
	font-size: 16px;
}
