@charset "UTF-8";
* {
border:0;
margin:0;
padding:0;
}

html,body {
width:100%;
height:100%;
margin:0;
padding:0;
background-color: #f4f4f4;

}

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#464545;
font-style:italic;
line-height:20px;
}

#intro {
width:170px;
float:left;
margin:20px 40px 0 0px;
padding:20px 0 78px;
}

.studio {
width:278px;
float:left;
margin:20px 0 50px 0;
padding:20px 0 25px 0;
}

#logo {
float:left;
width:120px;
height:160px;
display:block;
background-image:url(images/VL_logo_black.gif);
background-repeat: no-repeat;
text-indent:-9999px;
}

strong {
color:red;
font-size:15px;
font-style:italic;
font-weight:400;
}

a {
color:#68b8ba;
text-decoration:none;
}

a:hover {
color:#922a74;
text-decoration:underline;
}

.footer {
color:white;
font-size:9px;
line-height: 16px;
margin-left: 0px;
width: 180px;
height: 18px;
text-align: left;
/*vertical-align:bottom;*/
background-image: url(images/footer_170.gif);
background-repeat:no-repeat;
}

.brand {
font-style:normal;
font-weight:700;
font-size:12px;
line-height:18px;
}

.horizontal_dotted_line {
border-top: 1px solid  #333;
margin:7px 7px 0 7px;
} 

#intro p {
padding:15px 0 0 8px;
}
.studio p {
padding:15px 40px 0 8px;
}

#bg,#main {
position:absolute;
background-repeat:repeat;
top:0;
left:0;
width:100%;
height:100%;
min-width:1185px;
overflow:auto;
}

#bg {
width:auto;
}
