/***************************************
** COPYRIGHT NOTICE 
** Copyright 2007 Fyefield Associates Ltd All Rights Reserved.
** We will take legal action against those who copy
** our HTML content,CSS style sheets and JavaScript functions.
** Selling this code without prior written consent is
** expressly forbidden.
***************************************/

/*************************  Pseudo classes *************************/

a:link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #525252;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #525252;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

/*----------------------------------------------------*/

a img {
 border: none;
}

/***************** Generic Selectors *********************/

html {height:100%}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	color: #808080;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}

/*************************  ID's *************************/

#Content {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0px solid #FF8040;
	text-align: center;
	}

#dartsContent {
  background-image: url('images/start_bg.gif');
  background-repeat: no-repeat;
  background-color: #434343;
  height: 100%;
  width: 1000px;
  display: table;
  margin: 0 auto 0 auto;
  border: 0px solid #FFFFFF;
  padding: 0px;
  background-position: center top;
  text-align: center;
  }

/****************           *********************/

div.middle {
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0 0 20px 0;
  text-align: center;
  }

div.panel {
  width: 350px;
  margin: 300px auto 20px auto;
  border: 2px solid #808080;
  padding: 20px;
  color: #C0C0C0;
  font-size: 16px;
  text-align: center;
  }
