﻿body {
}

div#Contenedor
{
    position:absolute;
    width:1024px;
    height:600px;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-top: -300px; 
    margin-left: -512px;
}
