body {
	background-color: #000;
	background-image: url(../images/pattern.gif);
	margin: 20px;
	font-family: Arial, sans-serif;
	color: white;
}
a {
	color: #ffffff;
}
:visited a {
	color: #ffffff80;
}
a:hover {
	color: #0c6fef;
	text-decoration: underline;
}
img {
	border-style: hidden;
}
hr {
	color:#FFFFFF60;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.welcome {
	display: block;
	width: 100%;
	max-width: 512px;
	margin:auto;
	height: auto;
}
.features {
	display: block;
	width: 100%;
	max-width: 1024px;
	padding: 0px;
	margin:auto;
	height: auto;
	box-shadow:#00000050 0px 0px 15px;
}