﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-position: -70px -740px;
    font-family: Arial;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    background-color: #0D1B2B;
    color: #000000;
    background-image: url('etnies_shoe.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
}