@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
}

html, input 
{
font-family: 'Roboto', sans-serif;
}

    body,td,th {
	color: #000;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

input {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

main{
	background:rgba(255,255,255,.7);
	line-height:1.5em;
	font-size: 1.2em;
	margin:0;
	width:auto;
	font:#fff;
	-moz-box-shadow:0 0 8px 0 black;
	-webkit-box-shadow:0 0 8px 0 black;
	box-shadow:0 0 25px 0 black;
	}

html {
    background:url("images/background_image.jpg") no-repeat center center fixed;
    background-size: 100% auto contain;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

 hr {
  border: none;
  height: 10px;
  color: #09F;
  background:#09F;
}

.container {
	max-width: 700px;
	_width: 700;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
            }
a:link {
  color:#09C;
}

a:visited {
  color:#09c;
}
a:hover {
    color: #0Cc;
}
a {
		text-decoration: none;
}
/* Website By E.G. Designs | www.egdesigns.co/ */
