/* ThinkLink CSS */
body {
	color: purple;
	background-color: #ffffff;
}
div#container {
	width: 400px;
	height: 300px;
	background-image: url("../logo.jpg");
	background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  left: 30%;
  margin: 0 auto;
}
div#textcontainer {
  top: 130px;
  left: 50px;
  position: absolute;
}
p#thought {
  text-align: center;
  font-weight: bold;
}
input {
	color: purple;
	background-color: orange;
	border: 2px solid purple;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: purple;
}
a:hover {
  color: orange;
}
