/* This file is being used in the auto-detect widget */
@import url("http://fonts.googleapis.com/css?family=Helvetica%20Neue");


a 
{
	text-decoration: none; 
	font-weight: bold;
	color: #0000FF
}

a:hover
{
	color: #0080FF;
}





/* Some resets */
html, body, div, span, iframe, 
h1, h2, h3, h4, h5, h6, p, pre, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #fff;
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  padding: 10px;
}

p {
  font-size: 1em;
}

body {
	/*   line-height: 1; */
	color: #494949;
	background-image:url("../images/background.svg");
    background-repeat: no-repeat;
    
	background-attachment: fixed;
    background-position:center;
	font-family: 'Helvetica Neue';
	font-size: 70%;
}

		
	


a, a:visited {
	color: #494949;
}
a:hover {
	color: #E5141F;
}

#container {
  width:100%;
  text-align: center;
  margin: 0 5px 5px 0;
}
