/* base
----------------------------------------------- */

body {
margin: 0px auto;
padding: 0px;
font-family: Helvetica, sans-serif;
font-size: 0.9em;
color: #ccc;
background-color: #000;
}

img {
  border: 0px;
}

h1{
font-family: Helvetica, sans-serif;
font-size: 3em;
font-weight: normal;
border: none;
}

#container_imp {
       position: relative;
       top: 0px;
       margin-top: 0px;
}


#container {
       position: relative;
       top: 0px;
       margin-top: 80px;
}

#lay_imp {
  position: relative;
  top: 0px; 
	width: 600px;
	margin: 0px auto;
}

#lay {
  position: relative;
  top: 0px; 
	width: 900px;
	margin: 0px auto;
}

#imp {
  position: relative;
  top: 550px;
  left: 700px;
}