﻿.banner_phone
{
    background:url(../Images/MainPage/banner_phone.png) no-repeat;
    background-color:Gray;
    width:203px;
    height:189px;
    padding-top: 10px;
}

.banner_network
{
    background:url(../Images/MainPage/banner_network.png) no-repeat;
    background-color:Gray;
    width:203px;
    height:205px;
    padding-top: 10px;
}
.banner_woff
{
	background: url(../Images/MainPage/banner_woff.png) no-repeat;
	background-color: #1E8ECD;
	width: 203px;
	height: 205px;
	padding-top: 10px;
}
.banner_game_job
{
    background:url(../Images/MainPage/banner_game_job.png) no-repeat;
    background-position:center;
    width:203px;
    height:400px;
    padding-top: 10px;
}

.bannerContent
{
    width: 100%;
    font-size: 11px;
    color: white;
}
.bannerContent h1
{
	font-weight: normal;
	font-size: 18px;
	margin: 0px 10px 10px 15px;
}
.bannerContent p
{
	margin: 5px 5px 5px 15px;
}
.bannerContent span
{
    margin-bottom: 2px;
    margin-top: 2px;
}
.bannerContent a:link
{
	color: White;
	text-decoration: none;
}
.bannerContent a:visited
{
	color: White;
	text-decoration: none;
}
.bannerContent a:hover
{
	color: White;
	text-decoration: none;
}

.bannerContent a:active
{
    color:White;
    text-decoration:none; 
}