.Centered
{
    margin-left: auto;
    margin-right: auto;
}

.CenterText
{
    text-align: center;
}

.FullScreen
{
    width: 1024px;
}

.Relative
{
    position: relative;
}

.Handwritten
{
    font-family: 'Handwriting';
}

.Hidden
{
    visibility: hidden;
    display: none;
}

img.Borderless
{
    border: 0px;
}

img.Faded
{
    opacity: 0.2;
    filter: alpha(opacity = 20);
}