﻿
html {
    overflow: hidden;
}

body {
    background: url(images/logo_middle.png) no-repeat fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fafafa;
}

.call {
    background: url("images/call.png") no-repeat scroll 0 0px transparent;
    color: #70CAE0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding-left: 36px;
    padding-top: 2px;
    margin-bottom: 50px;
    margin-left: 50px;
    border: 0px solid red;
}


.imgPreview {
    width: 100%;
    height: 100%;
}
