@import url('https://fonts.googleapis.com/css?family=Prompt');

body {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	font-family: 'Prompt', sans-serif;
}

table.maintable {
	margin-left:auto; 
	margin-right:auto;
}

a {
	text-decoration: none;
}