* {margin:0;padding:0}

a,p,h1 {
	display:inline;
	font-family:Arial;
	color:#444;
	vertical-align:middle;
	font-size:18pt;
}

a {
	text-decoration:none;
}

a:hover {
	color:#d3dc3d;
}

h1#domeinnaam {
	font-size:18pt;
	display:inline;
}

h2#vivor {
	font-size:14pt;
	font-weight:bold;
	display:inline;
}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
      	overflow:hidden;
        text-align:center;
        min-height:200px;/* for ie7*/
        background-attachment: scroll;
background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
background: linear-gradient(#eee, #fff, #ddd); /* Standard syntax */
}

#xouter{
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
}

#xcontainer {
        text-align: center;
        position:relative;
        vertical-align:middle;
        display:table-cell;
        height: 200px;
}

#xinner {
        width: 500px;
        height: 200px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}
