html, body {
	height:100%;
}

html {
	 width:100%;
	 text-align: center;
}

body {
	
	background-image: url("regal.png");
    background-repeat: repeat;
}

.club {
	max-width: 100%;
}

.logo {
	max-height: 300px;
	max-width: 100%;
}

p { 
	font-size: 1.5em;
}

.line {
	display: inline-block;
}

.line2 {
	display: inline-block;
	padding-left: 30px;
	text-align: right;
}