/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 7, 2015, 11:29:02 AM
    Author     : Batbayar
*/

body{
    margin: 0;
    padding: 0;
    font-family: TimesNewRoman;
}
.logo{
    margin: 50px auto;
    display: table;
}
.poster{
    margin: 30px auto;
    display: table;
}

.service{
    margin: 30px auto;
    display: table;
}
.service .title{
    margin: 0px auto;
    display: table;
    text-transform: uppercase;
}
.contact{
    margin: 0px auto;
    display: table;    
}
.contact ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact ul li{
    text-align: center;
    line-height: 24px;
}
.line{
    width: 100px;
    height: 1px;
    background-color: #25221d;
    margin: 10px auto;
}