*.*
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#0069AA;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #0069AA;
	text-align: center;
	display: block;
}
h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: large;
	color: #0069AA;
	line-height: normal;
}
h2
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: medium;
	color: #00b24e;
	line-height: normal;
}
h3
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: small;
	font-weight: bold;
	color: #0069AA;
	line-height: normal;
}
p
{
	margin: 0px;
	padding: 0 0 5px 0;
}
hr
{
	background-color: #0069aa;
}
img
{
	border: 0px;
}
.plainText
{
	font-weight: normal;
	text-align: left;
}
a
{
	font-weight: bold;
	color: #0069AA;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #f15a22;
}
.red
{
	color: #ff0000;
}

.grayText
{
	color: Gray;
}

input, select, textarea
{
	font-size: 12px;
	font-weight: bold;
}

.error
{
	z-index: 2001;
	position: absolute;
	left: 30%;
	top: 25%;
	text-align: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.error h3
{
	font-size: medium;
}
.error p
{
	font-weight: bold;
	font-size: 12px;
	height: 150px;
	width: 570px;
	overflow: auto;
}
.error p img
{
	float: left;
	padding-right: 15px;
}
#Container
{
	display: block;
	width: 970px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 0px 10px 16px 10px;
}
#MIDDLE
{
	display: block;
	float: left;
	width: 990px;
	clear: both;
}

#top
{
	width: 100%;
	float: left;
	height: 80px;
}
.logo
{
	float: left;
}
.headerleft
{
	float: right;
	display: block;
	width: 70%;
}
.lang
{
	margin: 0px;
	display: block;
	height: 40px;
}
.lang ul
{
	float: right;
	margin: 0px;
}
.lang li
{
	display: inline;
	padding: 0px 5px 0 10px;
	border-right: solid 1px #0069AA;
}
.lang ul li a
{
	text-decoration: none;
	font-size: 11px;
	color: #0069AA;
}
.lang ul li a:hover
{
	color: #f15a22;
}
.cusservice
{
	margin: 20px 0 0 0;
	text-align: right;
	float: right;
	font-weight: bold;
}

#LHS
{
	float: left;
	width: 168px;
	font-size: 11px;
}

#MID
{
	float: left;
	width: 630px;
	padding-left: 3px;
}
#RHS
{
	float: left;
	width: 168px;
	font-size: 11px;
	padding-left: 3px;
}
#menu
{
	width: 100%;
	margin: 0 auto;
	padding: 0 3px 0 3px;
	height: 33px;
}
#menu .menuleft
{
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}
#menu .menucenter
{
	background-image: url(../images/menucenter.jpg);
	background-repeat: repeat-x;
	width: 600px;
	height: 33px;
	float: left;
}

#menu .menuright
{
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}

#menu .menucenter ul
{
	list-style: none;
	text-align: justify;
	margin: 8px 0 0 0;
	padding: 0;
}
#menu .menucenter ul li
{
	display: inline;
	border-right: solid 2px #fff;
	padding: 0 8px 0 8px;
}
#menu .menucenter ul li a
{
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
#menu .menucenter ul li a:hover
{
	/*color:#00b24e;*/
	color: #fff200;
}
#Content
{
	width: 620px;
	padding: 8px 0px 10px 8px;
	border: solid 0px red;
	
}


#footer
{
	display: block;
	width: 970px;
	color: #00b24e;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#footer .copyright
{
	padding-left: 2%;
	float: left;
}
#footer .footerlinks
{
	float: right;
	padding-right: 10px;
}
#footer img
{
	border: 0px;
	width: 100%;
	height: 8px;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li
{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: solid 1px #00b24e;
}

#footer ul li a
{
	text-decoration: none;
	color: #00b24e;
}
#footer ul li a:hover
{
	color: #f15a22;
}



/*************************Terms and Conditions Style***************************************/

#divTerms, .divPrivacyPolicy
{
	font-size: 12px;
	color: #0069AA;
	text-align: left;
	overflow: auto;
	height: 390px;
	width: 94%;
	padding: 5px 10px 0px 10px;
	font-weight: normal;
}
#divTerms h3
{
	font-size: 14px;
}
#divTerms h1
{
	font-size: 16px;
}
#divTerms p
{
	padding: 3px 0 3px 0;
}

#divInThePress, #divPressRelease
{
	height: 200px;
	width: 100%;
	overflow: auto;
}

#divComTerms
{
	display: none;
	overflow: auto;
	height: 250px;
	width: 96%;
	border: solid 1px #0069AA;
	padding: 5px 5px 5px 5px;
}

/*************************Terms and Conditions Style***************************************/

/*************GRID STYLES*******************/
.gridfooter
{
	background: #A4D1FF;
	font-size: 12px;
	color: #000000;
}

.gridheader
{
	background: #54B948;
	color: White;
	font-size: 14px;
	height: 20px;
	text-align: center;
}

.gridPager
{
	background: #54B948;
	font-size: 12px;
	color: White;
	text-align: center;
}
.RowStyle
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 12px;
	text-indent: 12px;
	text-align: left;
	color: #000000;
}
.itmeright
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
	color: #000000;
}

/*************GRID STYLES*******************/

/*********************Navigation style *********************/
.bluetab ul
{
	list-style: none; /*background-color: #086bac;*/ /*background-image: url(../images/blue.jpg); 	background-repeat: repeat-x;*/
	width: 95%;
	height: 20px;
	text-align: center;
}
.bluetab li
{
	list-style:none;
	float: left;
	margin-left: 25px;
	background-color: #0069AA;
}
.bluetab li:hover
{
	background-color: #f15a22;
}
.bluetab li a
{
	float: left;
	display: block;
	cursor: pointer;
	padding: 2px 20px 0px 20px;
	text-decoration: none;
	height: 20px;
	color: #fff;
}
.bluetab li a:hover
{
	height: 20px;
}
/*********************Navigation style *********************/
/*********************Rates Buttons *************************/

.lnkbg
{
	background-color: #0069AA;
	border-style: none;
	color: #FFFFFF;
	height: 20px;
	width: 20.75px;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}
/*********************Rates Buttons *************************/

/************Roaming Zones Styles***********/
.roaming
{
	border-collapse: collapse;
	border-color: #54B948;
	border-width: 2px;
}

.roaming td
{
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
	border-color: #54B948;
	font-size: 10px;
	font-weight: bold;
	color: #0069AA;
	text-transform: uppercase;
}
/************Roaming Zones Styles***********/

/***************************************************BlueBg Rounded Corner Style*********************************/
.BlueBgtopleft
{
	background-image: url(../Images/BoxBlue_01.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgtopcenter
{
	background-image: url(../images/BoxBlue_02.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.BlueBgtopright
{
	background-image: url(../images/BoxBlue_04.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgmidleft
{
	background-image: url(../images/BoxBlue_05.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.BlueBgmidcenter
{
	background-color: #f6fbfb;
	text-align: left;
}


.BlueBgmidright
{
	background-image: url(../images/BoxBlue_07.gif);
	width: 15px;
	background-repeat: repeat-y;
	text-align: left;
}
.BlueBgbotleft
{
	background-image: url(../images/BoxBlue_10.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgbotcenter
{
	background-image: url(../images/BoxBlue_11.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.BlueBgbotright
{
	background-image: url(../images/BoxBlue_12.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}

/***************************************************BlueBg Rounded Corner Style*********************************/

/*Rounded Corner Style*/
.topleft
{
	background-image: url(../Images/boxWhite_01.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.topcenter
{
	background-image: url(../images/boxWhite_02.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.topright
{
	background-image: url(../images/boxWhite_04.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.midleft
{
	background-image: url(../images/boxWhite_05.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.midcenter
{
	background-color: #FFFFFF;
	text-align: left;
}


.midright
{
	background-image: url(../images/boxWhite_07.gif);
	width: 15px;
	background-repeat: repeat-y;
	text-align: left;
}
.botleft
{
	background-image: url(../images/boxWhite_10.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.botcenter
{
	background-image: url(../images/boxWhite_11.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.botright
{
	background-image: url(../images/boxWhite_12.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
/*Rounded Corner Style*/

#TopupLogos
{
	margin-top: 50px;
	text-align: left;
	width: 95%;
}
#SiteMap ul li
{
	line-height: 18px;
}


/*Rates BG*/
/*#rates
{
	background-image: url(../images/TariffBG.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 165px;
	color: White;
	display: block;
	text-align: left;
	font-size:12px;
}
#rates .inner
{
	width: 575px;
	height: 30px;
	position: relative;
	text-align: left;
	display: inline;

}
#rates .inner .lhs
{
	width: 265px;
	float: left;
	margin: 22px 0 0 15px;
}
#rates .inner .rhs
{
	width: 265px;
	float: right;
	margin: 22px 25px 0 10px;
}*/


.rates
{
	text-align: center;
	margin: 0px 0 0 35px;
	font-size: 12px;
}
.inner
{
	display: inline;
	color: #fff;
	clear: both;
}
.inner .lhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 0 0 0px;
	padding: 3px 3px 3px 3px;
}
.inner .rhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 15px 0 5px;
	padding: 3px 3px 3px 3px;
}



ul.botBox
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0 0 20px;
}
ul.botBox li
{
	float: left;
	margin-left: 10px;
}
ul.botBox li a
{
	background-color: #0069AA;
	width: 170px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: small;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
ul.botBox li a:hover
{
	background-color: #239c1f;
	color: #fff;
}
a.rndCornerlink
{
	background-color: Red;
	height: 16px;
	padding: 1px 10px 1px 10px;
	color: White;
	text-decoration: none;
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 12px;
}
.home
{
	text-align: center;
	font-size: 12px;
}
.home .head
{
	text-align: left;
	padding-left: 20px;
	height: 50px;
	clear: both;
}

.home .notes
{
	float: left;
	text-align: left;
	clear: both;
}
.home .rhsimage
{
	width: 250px;
	float: right;
	padding: 0px;
	margin-top: -30px;
}
.home .rhsimage img
{
	z-index: 1001;
	border: solid 1px red;
}
.home .subhead
{
	padding: 0 0px 5px 20px;
	text-align: left;
	clear: both;
}
.home .alreadycus
{
	padding-top: 10px;
	clear: both;
}
.home .alreadycus h2
{
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
}
.home p
{
	margin: 5px 0 5px 0;
}
.btn
{
	border: 0px;
	background-color: #0069AA;
	padding: 1px 10px 1px 10px;
	color: #fff;
	cursor: pointer;
}
.students
{
	width: 580px;
	padding: 5px 5px 5px 5px;
}
.students .stdleft
{
	width: 100%;
	padding: 0 20px 0 10px;
}
.students .stdleft a.fltright img
{
	float: right;
	padding: 0 0 25px 25px;
}

.students h1, .students h2, .students h3
{
	padding: 0px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.students .stdleft ul
{
	margin: 0px 0 0 15px;
	padding: 0px;
}
.students .stdleft ul li
{
	margin: 0px;
	padding: 0px;
}
.students p
{
	padding: 0px;
	margin: 5px 0 0 0px;
}
.students .stdbot
{
	clear: both;
}




.contentbg
{
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.contentbg div
{
	width: 585px;
	height: 180px;
	overflow: auto;
}
.contentbg div h3
{
	color: #00b24e;
	font-size: medium;
}
.contentbg div ul, .contentbg div ol
{
	padding: 0px;
	margin: 3px 0 3px 35px;
}
.contentbg div p
{
	padding: 3px 0 3px 0;
}
/*Side Nav*/
.nav
{
	display: block;
}
.nav .navHead
{
	background-image: url(../images/navHead.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 33px;
	overflow: hidden;
}
.nav .navHead h2
{
	padding: 8px 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.nav .navHead h2 a
{
	color: #fff;
}
.nav .navMid
{
	background-image: url(../images/navMid.jpg);
	background-repeat: repeat-y;
	width: 168px;
}
.nav .navMid .right
{
	clear: both;
	text-align: right;
	vertical-align: bottom;
	padding-top: 5px;
	width: 95%;
}
.nav .navMid .right a
{
	float: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black;
	letter-spacing: -1px;
	text-decoration: none;
	color: #00b24e;
	text-transform: uppercase;
}
.nav .navMid .right a:hover
{
	color: #f15a22;
}
.nav .navMid .left ul
{
	list-style: none;
}
.nav .navMid .left ul li a, .nav .navMid .left a
{
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	color: #0069AA;
}
.nav .navMid .left ul li a:hover, .nav .navMid .left a:hover
{
	color: #f15a22;
}

.nav .navMid .left
{
	text-align: left;
	padding: 10px 0 0 10px;
	float: left;
	width: 80%;
}
.nav .navMid .left a
{
	font-size: 11px;
	text-transform: uppercase;
}

.nav .navMid .left a:hover
{
	color: #f15a22;
}
.nav .navMid .left img
{
	float: left;
}

.nav .navMid ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .navBot
{
	background-image: url(../images/navbot.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 10px;
	clear: both;
	margin-bottom: 8px;
}
/*Side Nav*/

/*Rate Box*/
#price
{
	border: solid 1px #0069AA;
	margin: 0px 0 10px 0px;
	padding: 5px 5px 10px 0px;
	width: 608px;
	background-image: url(../images/ratebg.jpg);
	background-repeat: repeat-x;
}
#price h1
{
	display: block;
	clear: both;
	text-align: left;
	padding: 0 0 0 5px;
}
#price h2
{
	display: block;
	text-align: right;
	clear: both;
	padding-right: 20px;
}
#price h2 a.arr
{
	color: #00b24e;
	float: right;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: 2%;
	padding-left: 25px;
	line-height: 30px;
	display: block;
	margin-top: -15px;
}
#price h2 a:hover
{
	color: #f15a22;
}
#price p
{
	text-align: left;
	padding: 0;
}
#price .left
{
	margin-left: 10px;
	float: left;
	font-weight: bold;
	width: 220px;
}

#price .green
{
	margin-left: 15px;
	float: left;
	color: #00b24e;
}
/*Rate Box*/

/*Hot Links*/
.hotlinks
{
	clear: both;
	text-align: left;
	width: 630px;
}
.hotlinks .registersim
{
	float: left;
	margin: 0px 5px 0 0px;
	width: 202px;
}
.hotlinks .registersim h2
{
	background-color: #0069AA;
	background-image: url(../images/h2bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #fff;
	padding: 5px 0 0 40px;
	height: 18px;
	overflow: hidden;
}
.hotlinks .registersim h2 img
{
	position: absolute;
	z-index: 1001px;
	margin: -12px 0 0 -45px;
}
.hotlinks .registersim .innertext
{
	width: 180px;
	border: solid 1px #0069AA;
	margin: 0 0 0 0px;
	padding: 10px 10px 0 10px;
	height: 92px;
}
.hotlinks .registersim .innertext p
{
	line-height: 18px;
	font-weight: lighter;
}
.hotlinks .registersim .innertext ul, .sitemap ul
{
	/*_margin:0px 0 0 30px; 	margin:0 0 0 -20px; 	list-style-image:url(../images/rndarr.gif);*/
	list-style-image: url(../images/rndarr.gif);
	margin: 0;
	padding: 5px 0 0 15px;
}
.hotlinks .registersim .innertext ul li
{
}
.hotlinks .registersim .go
{
}
.hotlinks .registersim div.go a
{
	color: #00b24e;
	float: right;
	margin: -20px 10px 0 0px;
}
.hotlinks .registersim div.go a:hover
{
	color: #f15a22;
}
.sitemap h3
{
	margin: 5px 0 0 15px;
	padding: 0px;
	color: #0069AA;
}
.sitemap ul
{
	margin: 0 0 20px 25px;
}
.sitemap ul li a
{
	font-weight: normal;
}

/*Hot Links*/
.grdbg
{
	width: 95.5%;
	background-color: #fbfdff;
	border: solid 1px #d1d1d1;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	display: block;
}
.grdbg h1
{
	padding: 10px 0 5px 20px;
	font-size: 16px;
	width: 580px;
}
.grdbg h1.freminutes
{
	font-size: 16px;
	padding: 0px 0 10px 0;
}
.grdbg h3
{
	padding: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.grdbg h3.freeminutes
{
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
.grdbg h2
{
	border-top: solid 0px red;
	padding-top: 5px;
}
.grdbg div
{
	clear: both;
}
.grdbg div.row
{

}
.grdbg ul, .grdbg ol
{
	padding: 0px;
	margin: 3px 0 3px 35px;
}
.grdbg div .left
{
	float:left;
	width:250px;
	margin-top:5px;
}
.grdbg div .right
{
	float:left;
	width:250px;
	margin-top:0px;
	padding:0px;
}
/*Starting of Lyca slider*/#slideHeaderDiv
{
	margin-left: 0px;
	position: relative;
	width: 615px;
}
#slideHeaderDiv ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: Black;
}
#slideHeaderDiv li
{
	position: absolute;
	background-color: Black;
	top: 0;
	left: 0;
	z-index: 8;
	margin: 0;
	padding: 0;
	opacity: 0.0;
}
#slideHeaderDiv li.active
{
	z-index: 10;
	opacity: 1.0;
}
#slideHeaderDiv li.last-active
{
	z-index: 9;
}
#slideHeaderDiv li img
{
	width: 615px;
	height: 165px;
	display: block;
	border: 0;
}
#slideHeaderDiv ul.slide-num
{
	font-family: sans-serif;
	position: absolute;
	z-index: 11;
	top: 165px;
	bottom: 0px;
	left: 0px;
	right: 0;
	padding: 0 2px;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #0869ad;
	width: 615px;
}
html > body #slideHeaderDiv ul.slide-num
{
	width: auto;
}
#slideHeaderDiv ul.slide-num li
{
	position: relative;
	z-index: 11;
	color: #fff;
	background-color: #2778af;
	height: 20px;
	width: auto;
	display: block;
	float: left;
	opacity: 1.0;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
	padding: 0 14px;
}
#slideHeaderDiv ul.slide-num li.active
{
	background-color: #81a2b8;
}
ul.freeminutes
{

}
ul.freeminutes li
{
	line-height:20px;
}
.text_box2
{
	border: 1px;
	color: #0069aa;
	font-size: 11px;
	width: 180px;
	border-color: #0069aa;
	border-style: solid;
	font-weight: bold;
}


.GPRS_Para
{
	font-size: 11px;
	color: #00b24e;
	text-align: center;
	font-weight: bold;
	width: 570px;

}


/*End of Lyca slider*/


/*ELANGOVAN - 24-05-2011*/

.btnNew_en, .btnNew_es, .btnNew_por, .btnNew_po, .btnNew_cn, .btnNew_hi, .btnNew_tu, .btnNew_po, .btnNew_ur, .btnNew_ar
{
	line-height: 30px;
	clear: both;
	background-image: url(../images/btnNew.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 155px;
	height: 30px;
	text-align: center;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px auto;
	font-size: 11px;
}
.btnNew_ru, .btnNew_es
{
	line-height: normal;
	clear: both;
	background-image: url(../images/btnNew.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 155px;
	height: 30px;
	text-align: center;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px auto;
	font-size: 11px;
}
a.btnNew_en:hover, a.btnNew_es:hover, a.btnNew_por:hover, a.btnNew_po:hover, a.btnNew_cn:hover, a.btnNew_hi:hover, a.btnNew_tu:hover, a.btnNew_po:hover, a.btnNew_ur:hover, a.btnNew_ar:hover, a.btnNew_ru:hover
{
	color: #fff;
	background-image: url(../images/btnNewHover.jpg);
	background-repeat: no-repeat;
}
