@font-face {
 font-family: 'SourceSansProExtraLight';
 src: url('/fonts/sourcesanspro-extralight.eot');
 src: url('/fonts/sourcesanspro-extralight.eot') format('embedded-opentype'), url('../fonts/sourcesanspro-extralight.woff') format('woff'), url('/fonts/sourcesanspro-extralight.ttf') format('truetype'), url('../fonts/sourcesanspro-extralight.svg#SourceSansProExtraLight') format('svg');
}

@font-face {
 font-family: 'source_sans_prolight';
 src: url('/fonts/sourcesanspro-light-webfont.eot');
 src: url('/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), 
 url('/fonts/sourcesanspro-light-webfont.woff') format('woff'), 
 url('/fonts/sourcesanspro-light-webfont.ttf') format('truetype'), 
 url('/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
 font-weight: normal;
 font-style: normal;
}


/* 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;
}

#divElement{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: 200px;
    height: 100px;
}

h1 {
	font-family: 'source_sans_prolight'; 
	font-size: 2em;
	text-align: center;
}

h2 {
	font-family: 'SourceSansProExtraLight'; 
	font-size: 1.2em;
	text-align: center;
}


