/* Cross Browser Compatability CSS */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* Write your CSS styles here */
head{
  background:white;
}
body {
	background: url('http://farm6.staticflickr.com/5478/11664660593_60a1081d05_z.jpg') no-repeat right 110px;
}

h1{
  color:black;
  font-family:'Roboto';
  font-size: 40px;
  text-transform: none;
  text-align:left;
  text-indent:25px; 
  font-weight:300;
  font-variant:small-caps;
  word-spacing: 10px;
  line-height:200%;
  letter-spacing:-5px;
}
div{
  border:1px solid lightgray;
  height:450px;
  padding:10px;
    margin:-1px;
}
.links{
  border:none;
  width:100px;
  float:center;
  color:#939393;
  font-size:12px;
  font-family:'Roboto';
  text-align:left;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:300;
  line-height:250%;
  text-indent:10px;
  letter-spacing:3px;
  position:fixed;
  top:350px;
}
  span{
  padding:5px;
  margin:1px;
  Float:left;
} 
footer{
    color:#939393;
  font-size:10px;
  font-weight:400;
  font-family:'Roboto';
  text-align:left;
  line-height:200%;
  letter-spacing:1.5px;
  line-height:400%;
  text-indent:10px;
}
div.modal {
z-index: 99;
}