/* HTML tag styles */

a {
  color: #f00;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
border: 0px;
}

body {
   font-family: helvetica, geneva, arial, sans-serif;
   font-size: 12px;
   line-height: 14px;
   color: #333;
   background-color: #fff;
}

/* Layout */

#main {
  position: absolute;
  top: 50px;
  left: 50px;
}

#menu {
  position: relative;
}

#content {
  position: relative;
  top: 30px;
}

#footer {
	position: relative;
	top: 77px;
	left: 4px;
}

