﻿/*
Weinbau Hofstaedter
www.84er.at

screen.css
*/

* {
	margin:0;
	padding:0;
}

h1 {
	font-size: 3em;
	font-family:"Times New Roman", Times, serif;
	color: maroon;
	left: auto;
	right: auto;
}

p {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	position:relative;
	left: auto;
	right: auto;
}

img {
	
	position:relative;
	right: auto;
	left: auto;
}

.page {	
	max-width:800px;
	background-color:white;
	position:absolute;
	left: 100px;
	right: auto;
	text-align:center;
}


