body {
    padding: 50px;

}
#bg {
	width: 80%;
	height: auto;
	position: relative;
	left: 70px;
	top: 50px;
	z-index: -1;
}

#heading {
    font-size: 50px;
    font-weight: lighter;
    color: blue;
}

#login {
	font-size: 20px;
	font-weight: 100;
	color: #00FF00:;

}

#loginhelp {
	position: relative;
	left: 800px;
}
#loginheader {
	position: relative;
	left: 800px;
}

.red-text {
    color: red;
}
#intro-para {
    border: 2px solid black;
}

#cluttered {
	width:30%;
	height: auto;
}
#pointer {
	width: 10%;
	height: auto;
}
#organized {
	width: 20%;
	height: auto;
}

