﻿@import url("YUIReset.css");

@font-face { font-family: 'HF'; src: url("font.eot"); }
@font-face { font-family: 'HF'; src: url("font.ttf"); }

.divDis {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -160px;

    width: 500px;
    height: 320px;

    color: #636363;
    font-family: 'HF';
    font-size: 18px;
    text-align: center;
}