﻿* {
    margin:0;
    padding:0;
    font-family:Trebuchet MS;
    font-size:100%;
    font-weight:bold;
}

.match_card_bg {
    background:url(../images/match_card.jpg) no-repeat #ccc;
    position:relative;
    height:400px;
    width:600px;
}

span {
    position:absolute;
}

.mc_hometeam {
    left:115px;
    top:42px;
}

.mc_awayteam {
    left:320px;
    top:42px;
}

.mc_venue {
    top:72px;
    left:34px;
}

.mc_date {
    top:72px;
    left:320px;
}

.mc_homepoints {
    font-size:2em;
    top:286px;
    left:134px;
}  

.mc_awaypoints {
    font-size:2em;
    top:286px;
    left:434px;
}

.mc_frame1 {
    left:20px;
    top:130px;
}

.mc_frame2 {
    left:20px;
    top:160px;
}

.mc_frame3 {
    left:20px;
    top:190px;
}

.mc_frame4 {
    left:20px;
    top:220px;
}

.mc_frame5 {
    left:20px;
    top:250px;
}

.mc_awayframe1 {
    left:314px;
    top:130px;
}

.mc_awayframe2 {
    left:314px;
    top:160px;
}

.mc_awayframe3 {
    left:314px;
    top:190px;
}

.mc_awayframe4 {
    left:314px;
    top:220px;
}

.mc_awayframe5 {
    left:314px;
    top:250px;
}

.mc_homeplayer1 {
    left:60px;
    top:130px;
}

.mc_homeplayer2 {
    left:60px;
    top:160px;
}

.mc_homeplayer3 {
    left:60px;
    top:190px;
}

.mc_homeplayer4 {
    left:60px;
    top:220px;
}

.mc_homeplayer5 {
    left:60px;
    top:250px;
}

.mc_awayplayer1 {
    left:354px;
    top:130px;
}

.mc_awayplayer2 {
    left:354px;
    top:160px;
}

.mc_awayplayer3 {
    left:354px;
    top:190px;
}

.mc_awayplayer4 {
    left:354px;
    top:220px;
}

.mc_awayplayer5 {
    left:354px;
    top:250px;
}

.mc_homepoints1 {
    left:224px;
    top:130px;
}

.mc_homepoints2 {
    left:224px;
    top:160px;
}

.mc_homepoints3 {
    left:224px;
    top:190px;
}

.mc_homepoints4 {
    left:224px;
    top:220px;
}

.mc_homepoints5 {
    left:224px;
    top:250px;
}

.mc_awaypoints1 {
    left:518px;
    top:130px;
}

.mc_awaypoints2 {
    left:518px;
    top:160px;
}

.mc_awaypoints3 {
    left:518px;
    top:190px;
}

.mc_awaypoints4 {
    left:518px;
    top:220px;
}

.mc_awaypoints5 {
    left:518px;
    top:250px;
}

.mc_homeagg1 {
    left:260px;
    top:130px;
}

.mc_homeagg2 {
    left:260px;
    top:160px;
}

.mc_homeagg3 {
    left:260px;
    top:190px;
}

.mc_homeagg4 {
    left:260px;
    top:220px;
}

.mc_homeagg5 {
    left:260px;
    top:250px;
}

.mc_awayagg1 {
    left:554px;
    top:130px;
}

.mc_awayagg2 {
    left:554px;
    top:160px;
}

.mc_awayagg3 {
    left:554px;
    top:190px;
}

.mc_awayagg4 {
    left:554px;
    top:220px;
}

.mc_awayagg5 {
    left:554px;
    top:250px;
}
