*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, div{
	margin: 0;
	padding: 0;
	border: 0;
}

a img{
	border: 0;
}

a{
	color: #37a;
}

:focus{
	outline: none;
}

td{
	vertical-align: top;
}

body{
  background: #fff;
	color: #f00;
	font-family: "Trebuchet MS", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

a{
  color: #f00;
}

#wrapper{
  width: 1000px;
  margin: 200px auto 0;
}

#go{
  margin-top: 115px;
}

#go img{
  border-bottom: transparent 2px solid;
}

#go a img:hover{
  border-bottom: #f00 2px solid;
}

#lang{
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  text-align: center;
  line-height: 20px;
}

#lang a{
  padding: 0 4px;
  margin: 0 5px;
}

#lang a.active{
  border: 1px solid #f00;
}

