/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7.7.2014, 21:45:38
    Author     : Martin
*/

.pageDiv {
	width: 1200px;
	
	/*position: relative;*/
	
	margin-left: auto;
	margin-right: auto;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}