/* CSS Document */

/*body
{
	background-color:#555555;
	margin:0;
	padding:0;
}*/
a
{
	margin:0;
	padding:0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	clear: both;
	float: left;
	height: auto;
	width: 400px;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

/*#contenedor
{
	width: 453px;
	margin:0 auto 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -226px;

	overflow: auto;
}*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }

body {
    background-color:#555555;
    }
#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
    width: 453px;
    margin: 0 auto;
    padding: 0;
    }

/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }

* html #content #inner {
    position: relative;
    top: -50%;
    }
/* */
	
