html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {background-color: #222;}

p {color: #ccc; font-family: Helvetica, Sans-serif; font-size: 13px; line-height: 140%; padding: 10px; letter-spacing: 1px;}
a {color: #ccc;}
#footer a{margin-left: 20px;}
a:hover {color: #fff; }
h1 {color: #ccc; font-family: Helvetica, sans-serif; font-size: 25px; padding: 10px 10px 10px 0px;}

#result {
color: #ccc;
font-family: Helvetica, sans-serif;
font-size: 40px;
margin: auto;
text-align: center;
width: 50%;
margin-top:20px;
}

#main {
	text-align: center; 
	margin-top: 20px; 
	padding-top: 95px; 
	padding-bottom: 100px; 
	background-image: url(vision_sm.png);
	margin-bottom: 25px;
	}

#about {margin: auto; width: 600px; margin-bottom: 100px;}
#services {margin: auto; width: 600px; margin-bottom: 100px;}

.it {font-family: Georgia, serif; font-style: italic; font-size: 30px; color: #555; line-height: 140%; text-align: center;}
#quotes:first-line {color: #777;}
#author {font-size: 20px;}

input {
	background-color: #222; 
	padding: 10px; 
	width: 560px; 
	height: 70px; 
	font-family: Helvetica, sans-serif; 
	font-size: 35px; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	outline: none; 
	border: 10px solid #333;
	color: #ccc;
	}		

#footer {
	text-align: center;
	background-color: #222; 
	font-size: 11px; 
	font-family: Helvetica, sans-serif; 
	color: #888;
	position: fixed; 
	bottom: 10px; 
	width: 100%
	} 

