@import url(menu.css);

html body {
  padding: 0;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #ec008c;
  background: #000000;
}

a:link{
 color:#ec008c;
text-decoration:none;
}
a:visited{
 color:#ec008c;
text-decoration:none;
}  
a:hover{
 color:#ec008c;
text-decoration:none;
}
a:active{
 color:#ec008c;
text-decoration:none;
}

* {
  margin:0;
  padding:0;
}


#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	height: auto;
	width: 1250px;
}


#logo {
	position: absolute;
	top: 205px;
	height: 258px;
	width: 1250px;
}
