* {
  margin: 0;
  padding: 0;
}

#login img {
	border: 0
}

html {
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.95em;
}

body {
  background-color: black;  
  color: white;
}

div {
  position: relative;
}

.cat {
  margin: .75em 0;
}

.shout {
  color: yellow;
  font-size: 1.05em;
}

p {
  line-height: .9;
}

a:link, a:visited {
  color: #4040ff;
  text-decoration: none;
}

a:hover {
  color: #1010ff;
  text-decoration: underline;
}

input.submit, button {
  font-weight: bold;
  background-color: #002050;
  padding:0 0.4em;
  color: #0077cc;
  border-bottom: 1px solid #101424;
  border-left: 1px solid #77a7c7;
  border-top: 1px solid #85b5d5;
  border-right: 1px solid #141822;
  font-size: 1.2em;
}

input.submit:hover, button:hover, input.submit:focus, button:focus {
  background-color: #000090;
  border-bottom: 1px solid #101424;
  border-left: 1px solid #77a7c7;
  border-top: 1px solid #85b5d5;
  border-right: 1px solid #141822;
}

input.submit:active, button:active {
  color: #0077cc;
  background: #000090;
  border-top: 1px solid #141414;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #1d1d1d;
}  

.width {
  width: 900px;
  height: 675px;
  margin: 0 auto;
}
  
#xxx { }
