* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
color:#FFF;
font-weight:bold;
background-color: #000;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 580px;
}
#inner {
width: 960px;
background:#000;
height: 580px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #333;
}
#innerTop {
float:left;
background:#fff;
width: 960px;
height:197px;
background-image:url('../images/Logo-martijnkuilema-banner.gif');
}
#innerLeft {
margin-top:59px;
color:#999;
float:left;
width: 254px;
text-align: right;
}
#innerDevider {
float:left;
width: 24px;
}
#innerRight {
float:left;
width: 682px;
text-align: left;
}

div.followMeOnImages {
float:left;
width:192px;
}


h1 {
color:#666;
font-size:1.5em;
}
h2 {
color:#FFF;
font-size:1.5em;
}


a:link {
color:#33ccff;
text-decoration:underline;
}
a:visited {
color:#33ccff;
text-decoration:underline;
}
a:active {
color:#fff;
text-decoration:none;
}
a:hover {
color:#fff;
text-decoration:none;
}