/* CSS Document */

*
{
margin:0px auto;
padding:0px;
}

body
{
margin:0px;
padding:0px;
background-color:#000000;
}

.bg
{
width:1024px;
height:768px;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
}

.main
{
width:766px;
height:460px;
background-image:url(../images/main.jpg);
background-repeat:no-repeat;
}

.main_services
{
width:766px;
height:460px;
background-image:url(../images/main_services.jpg);
background-repeat:no-repeat;
}

.main_clients
{
width:550px;
height:460px;
background-image:url(../images/main_clients.jpg);
background-repeat:no-repeat;
}

.main_video
{
width:766px;
height:460px;
background-image:url(../images/main_video.jpg);
background-repeat:no-repeat;
}

.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:21px;
}

.text1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFF00;
line-height:21px;
}

.btn-bg
{
width:176px;
height:144px;
background-image:url(../images/btn-bg.jpg);
background-repeat:no-repeat;
}

.movi
{
width:176px;
height:143px;
}

.window
{
border:1px #DF1279 solid;
}

.links
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0093DD;
line-height:21px;
font-weight:bold;
text-decoration:none;
}

a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0093DD;
line-height:21px;
font-weight:bold;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}


