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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
}
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;
}
body {
	color: #2980b9;
	padding-top:;
	font-family: 'Lato', sans-serif;
	background-color:#fff
}
a{
	color: #0090D8;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
#container {
	width: 100%;
	margin: auto;
	padding: 0px;
	background-color:#ecf0f1;
}
header {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 300;
	width:100%;
}
header:after {
	content: '';
	display: block;
	clear: both;
}
header #logo {
	float: left;
	color: #2980b9;
	padding-top: 17px;	
	font-size: 30px;
	font-style: 700;
	padding-left: 15px;
	padding-bottom: 17px;
	display:inline-block;
}
header nav {
	float: right;
	padding-top: 31px;
	padding-right:15px;
	font-size:16px;
}
header nav ul {
	margin: 0;
	padding-bottom:0px;
	float: right;
}
header nav li {
	display: inline;
}
header nav li + li {
	padding-left: 4px;
}
#upload{
	color: #000;
	text-decoration: none;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
}
#title{
	font-size: 70px;
	font-weight: 100;
	color:#3498db;
}
#backup{
	color:#95a5a6 ;
	font-size:20px;
}
#file{
	padding-top:10px;
	font-size:17px;
}
input[type=submit] {
	padding:20px 30px;
	background:#bdc3c7; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size:20px;
	font-family:'Lato',sans-serif;
	font-weight:300;
	transition:.5s;
 }
 input[type=submit]:hover{
	background:#7f8c8d
 }
.hidden 
	{ visibility: hidden; }
#or{
	padding-top:20px;
	padding-bottom:20px;
}

/* developer.mozilla.org, csszengarden.com (first three examples are the best), css-tricks.com */