
body
{

margin-left: auto;
margin-right: auto;
background-color: dimgray;
font-family: Arial,times new roman, sans serif;
}



#mili_architects_title
{
top:0px;
position:absolute;
height:150px;
width:100%;
background:url("images/miliarchitects.png") no-repeat center dimgray;
z-index:9;
}

h3
{
text-indent:-50000px;
}

#mili_architects_title_fixed
{
top:0px;
height:150px;
position:fixed;
width:100%;
background:url("images/miliarchitects.png") no-repeat center;
z-index:10;
}

#greyback_title_fixed
{
top:0px;
position:fixed;
height:150px;
width:100%;
background: gray;
z-index:8;
}


h2
{
font-weight:normal;
font-size:100%;
}

#who_we_are
{
position: absolute;
top:200px;
left:1%;
background-color: red;
width: 18.8%;
height: 2px;
font-size:105%;
line-height:100%;
color: red;

}

#philosophy
{
position: absolute;
top:200px;
left:21%;
background-color: yellow;
width: 18.8%;
height: 2px;
font-size:105%;
line-height:100%;
color: black;
}

#projects
{
position: absolute;
top:200px;
left:41%;
background-color: blue;
width: 18.8%;
height: 2px;
font-size:105%;
line-height:100%;
color: black;
}

#contacts
{
position: absolute;
top:200px;
left:61%;
background-color: white;
width: 18.8%;
height: 2px;
font-size:105%;
line-height:100%;
color: black;
}

#languages
{
position: fixed;
top:200px;
left:81%;
background-color: black;
width: 18.8%;
height: 2px;
font-size:105%;
line-height:100%;
color: black;
}

a
{color:white;
text-decoration:none;
}

a:hover
{
color:red;
}

#white_line
{
position: absolute;
top:280px;
left:21%;
background-color: orange;
width: 58.8%;
height: 2px;
}

#welcome_message_1
{
width:59%;
height:10px;
left:21%;
top:320px;
color:silver;
position: absolute;
text-align:justify;
font-size: 95%;
}
#welcome_message_2
{
width:59%;
height:10px;
left:21%;
top:360px;
color:silver;
position: absolute;
text-align:justify;
font-size: 95%;
}

#welcome_message_3
{
width:59%;
height:100px;
left:21%;
top:400px;
color:silver;
position: absolute;
text-align:justify;
font-size: 95%;
font-weight:normal;
}



#bottom_info_block
{

bottom:0px;
height:50px;
position:fixed ;
width:100%;
color:gray;
text-align: center;
background: dimgray;
}




