body{
	font-family: Helvetica, Arial, Verdana, Tahoma;
	background-color: black;
	background-image: url('../imgs/fadedClouds.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	color: white;
}

#welcome{
	width: 950px;
	margin: 1em auto 6em auto;
	font-size: 2em;
	text-align: center;	
}

img{
	border: none;
}

.stronger{
	color: #81ada8;
}

a:link{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #f89939;
}

a:active,a:visited{
	color: white;
}

.sale{
	font-size:100%;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 1em;
}
