/* AMIS CMS 0.3.3 / basic
------------------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
}

html, body
{
    color: #ffffff;
    height: 100%;
    width: 100%;
}

body
{
    background-image: url('/public/images/background.png');
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration : underline;
}

a:active
{
    color : #333333;
    text-decoration : underline;
}

h1, h2
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 310px;
    height: 510px;
    text-align: center;
    font-size: 12pt;
}

h1 img, h2 img
{
	border: 1px dotted #000000;
	padding: 5px;
}

h1 img:hover, h2 img:hover
{
	border: 1px dotted #ffffff;
}

img
{
	border: none
}

div.outer
{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

div.container
{
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 510px;
}	

div.inner
{
    width: 935px;
    height: 510px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
