/*
* 2012
* Web Design Studio
* Author - Mark Golubev
*/

/*** IMPORT ***/

@import url("reset.css");
@import url("fonts.css");

/*** STYLE ***/

body {
    position: relative;
    font: normal 10px/1em "Trebuchet MS", Arial, Sans-serif;
    color: #fff;
    background: #000;
}


/***** STYLE *****/

a {
    color: #fff;
}

.wrapper {
    min-height: 100%;
    min-width: 900px;
}

.body-carrier {
    width: 900px;
    margin: auto;
}

.logo-carrier {

}

.header-carrier {
    margin: 147px 0 0 0;

    font-size: 25px;
    line-height: 26px;
}

.contacts-carrier {
    margin: 227px 0 0 0;
}

.contacts-carrier table {

}

.contacts-carrier table td {
    width: 33.33%;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}

.contacts-carrier table .phone {

}

.contacts-carrier table .email {

}

.contacts-carrier table .address {

}

/*** STYLE ***/