﻿body, html, form, table
{
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: center;
}
html
{
	overflow-y: scroll;
}
body
{
	background-image: url('Images/topleft_bg.png');
	background-repeat: no-repeat;
}
p
{
	font-family: Segoe UI, Helvetica, Verdana, Arial;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 5px 0;
}
h2
{
	font-family: Segoe UI, Helvetica, Verdana, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #13A9DE;
}

#main-container
{
	width: 100%;
	min-width: 200px;
	visibility: hidden;	
}
.col-main
{
	text-align: center;
	width: 100%;
}
.underconstruction
{
	padding-top: 10px;
	font-family: Segoe UI, Helvetica, Verdana, Arial;
	font-size: 11px;
}
.contactbutton
{
	position:absolute;
	right: 0;
	top: 50%;
	margin-top: -46px
}
