/* global
----------------------------------------------- */
body {
  	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
}

/* layout
----------------------------------------------- */
#header {
  background: #FB1465;
  width: 740px;
}

#main {
  background: #000000;
  width: 740px;
  padding: 10px;
}

#footer {
  text-align: center;
  min-height: 2em;
  width: 740px;
  padding: 10px;
}

/* links
----------------------------------------------- */
a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

#header h1 a {
  color: #feeef3;
  text-decoration: none;
}

#header h1 a:hover {
  color: #d9b4c1;
}

a img { 
 border-width: 0;
}
