@charset "UTF-8";
/* index page css
www.Neo-Funk.com
 */

/* Main */

.wrapper {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -300; /*set to a negative number 1/2 of your height*/
    margin-left: -300; /*set to a negative number 1/2 of your width*/
}