/* CSS Document */

html, body
{
  margin: 0;
  padding: 0;
}

body
{
  background-color: #DCDCE8;
}

#Container
{
	background-color: transparent;
	background-image: none;
	text-align: center;
	height: 600px;
}

img.nave
{
	
	position: relative;
	margin-top: 10px;
	
}

img.counter
{
	
	position: relative;
	margin-top: 800px;
	
}

