﻿#header
{
    background-image: url("../public/bannerHome.gif");
    background-position: top center;
    background-repeat: no-repeat;
    width: 900px;
    height: 124px;
}
.secHeaderSearch
{
    width: 275px;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: right;
    border-bottom: solid 1px Black;
    float: right;
    font-size: large;
    padding-right: 5px;
}
.conHeader
{
    height: 25px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: solid 1px Black;
    font-size: 22px;
    width: 590px;
    overflow: hidden;
    float: left;
}
.conContent
{
    text-align: justify;
    font-size: smaller;
    width: 590px;
}
.imgNews
{
    border: 0px;
    width: 590px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.artistName
{
    font-family: Arial Black, Arial;
    font-weight: bold;
    font-size: 32px;
    margin-top: -12px;
    width: 590px;
    float: left;
}
.titleNews
{
    font-family: Arial;
    font-style: italic;
    font-size: 16px;
    width: 590px;
    float: left;
    margin-bottom: 10px;
}

.viewArtistBar
{
    width: 590px;
    color: #f555a8;
    font-size: smaller;
    text-align: right;
}