/*MEYER RESET START*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*MEYER RESET END*/


.image {
   position: relative;
}

h2 {
   position: absolute;
   top: 200px;
   left: 0;
   width: 100%;
   margin: 0 auto;
   width: 300px;
   height: 50px;
}


body {
font-family:'Trebuchet MS', sans-serif;
padding:20px;
background-color:#333333;

}



#header{
 border:10px solid red;
}
  


#content{
max-width:1000px;
font-size:1em;
color:#555;
min-height:500px;
}

#content h1{
font-size:2em;
font-weight:bold;
margin:0 0 1em 0;
color:#777;
}

#content p{
margin:0 0 1em 0;
line-height:1.5em;
}

#content ul {
margin:0 0 1em 3em;
line-height:1.5em;
list-style:circle;
}

#content a:link,
#content a:visited{
text-decoration:none;
border-bottom: 1px dotted #777;
color:#015;
}

#content a:hover{
color:red;
border-bottom: 1px solid red;
}

#content img{
float:left;
margin:0 2em 1em 0;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
border-radius:20px;
}

#content img.fl-right{
float:right;
margin:0 0 1em 2em;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
border-radius:20px;
}

#footer{
max-width:1000px;
border-top:1px solid #888;
margin-top:3em;
padding:1em 1em 1em 0;
}
#footer p{
margin-top:2em;
font-size:0.8em;
color:#aaa;
}
