
/* CSS NOTE to self... */

body{
	/*background-color:azure;*/
	font-family: "Roboto", sans-serif;
}
html{
	height:100%;
	overflow-y: scroll;
	background: url(bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrap{
	text-align:left;
	max-width:1000px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	background-color:white;
	padding:10px;
}
#wrap h1{
	font-family: "Rubik Glitch", sans-serif;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	text-align:center;
}

a:link{
	color:#F00;
	text-decoration:none; 
}
a:visited{
	color:#F00;
}
a:hover{
	text-decoration:underline;
	opacity:0.5;
}
img{
	border:solid 2px #f00;
}
