div {}

p.footer {
font-size: 0.6em;
color: #d9dae4;
text-align: center;}


body {
background: url(bg.png) #2c2c2c repeat-x;
color: #666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;}

#logocontainer {
	text-align:  center;
}

#logo {
	margin: 48px 0 20px 0;
}

p, li
{
	font-family:  Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:  0.7em;
	line-height:  1.5em;
	text-align:  center;
}

#undertext
{
	//color: #677fa3;
	color: #666;
	font-size: 10px;
	letter-spacing: 15px;
	padding: 2px 2px 10px 10px;
}

#copytext
{
	color: #666;
	font-size: 9px;
	padding: 30px;
	letter-spacing: 0.2em;
}

#links
{
	width: 200px;
	margin: 25px auto;
}

#links .description
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/*#links ul 
{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}*/

#links ul 
{
  padding:0;
  font-family: arial, helvetica, sans-serif;
  list-style-type:none;
  margin:0 auto;
}

#links a
{
	font-weight: normal;
	text-align: right;
	display: block;
	width: 180px;
	font-size: 10px;
	padding: 2px 6px 2px 10px;
	border: 1px solid #373737;	
	text-decoration: none;
	text-transform: lowercase;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#links a:link, #links a:active, #links a:visited
{
	color: #5e5e60;
}

#links a:hover
{
	background: url(buttonbg.png);
}

#links li 
{
	margin: 2px 0 0;
	text-align:  center;
}