body {
	background-image: url('/cakesmall_bg.png')
}

.menu {
	text-align: center;
}

img {
	border-style: none;
}

.form {
	padding-left: 4em;
	padding-top: 2em;
}

.wbw {
	position: absolute;
  /* 80px when we have an ad */
	top: 80px;
	left: 5%;
	width: 55%;
}

.wbwlogin {
	position: absolute;
	top: 10px;
	left: 68%;
	width: 30%;
}

.smalllink {
	text-align: center;
}

.error {
	background-color: yellow;
}

.ad {
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

