html, body {
}

html {}

body {
	display: block; position: relative;
	margin: 0; padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	
	font-family: Helvetica, Arial, sans-serif;
}

p a, li a {
	color: #00C3F6;
	text-decoration: none;
}
p a:hover, li a:hover {
	color: #000;
}

/*-----------------------------------Body-----------------------------------*/

.Body {
	display: block; position: relative;
	margin: 0; padding: 0;
	width: 1024px; height: auto;
	text-align: left;
/*	background: url(/images/layout.hello.png);*/
}

/*-----------------------------------Main-----------------------------------*/

.Main {
	display: block; position: relative;
	width: 494px; height: 649px;
	background: url(/images/microsite.main.png);
}

/*------------------------------------H1------------------------------------*/

h1 {
	display: block; position: absolute;
	margin: 0; padding: 0;
	left: 84px; top: 22px;
	line-height: 48px;
	font-size: 37px;
	font-weight: bold;
}
	h1 a {
		display: block; position: relative;
		width: 398px; height: 48px;
		height: 0px; padding-top: 48px;
		overflow: hidden;
		background: url(/images/microsite.h1.link.png) no-repeat 0px 0px;
	}
	h1 a:hover {
		background-position: 0px -48px;
	}
	h1 a.active, h1 a.active:hover {
		background-position: 0px 0px;
	}

/*--------------------------------NumberLink--------------------------------*/

.NumberLink {
	display: block; position: absolute;
	margin: 0; padding: 0;
	left: 82px; top: 85px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 37px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #0F0;
	padding-right: 115px;
	opacity: 0; filter: alpha(opacity=0);
}

/*--------------------------------Strapline---------------------------------*/

.Strapline {
	display: block; position: absolute;
	left: 84px; top: 70px;
	width: 400px;
	color: #515254;
	font-size: 14px;
	font-weight: bold;
}
	.Strapline strong {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

/*--------------------------------HelloLink---------------------------------*/

.HelloLink {
	display: block; position: absolute;
	left: 359px; top: 215px;
	padding: 12px;
	width: 62px;
	font-size: 12px; line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(/images/microsite.hello.link.png) no-repeat;
}
	.HelloLink:hover {
		color: #FFF;
		background: url(/images/microsite.hello.link.png) no-repeat;
	}
	.HelloLink:active, a.hello_active, a.hello_active:hover {
		color: #000;
		background-position: -88px 0px;
	}

/*---------------------------------HowLink----------------------------------*/

.HowLink {
	display: block; position: absolute;
	left: 335px; top: 257px;
	padding-top: 10px;
	padding-left: 14px;
	width: 114px; height: 67px;
	font-size: 12px; line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(/images/microsite.how.link.png) no-repeat;
}
	.HowLink:hover {
		color: #FFF;
	}
	.HowLink:active, a.how_active, a.how_active:hover {
		color: #000;
		background-position: -129px 0px;
	}

/*---------------------------------Welcome----------------------------------*/

.WelcomeLink {
	display: block; position: absolute;
	left: 224px; top: 433px;
	padding-left: 14px;
	padding-top: 11px;
	width: 79px; height: 40px;
	font-size: 12px; line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(/images/microsite.welcome.link.png) no-repeat;
}
	.WelcomeLink:hover {
		color: #FFF;
	}
	.WelcomeLink:active, a.welcome_active, a.welcome_active:hover {
		color: #000;
		background-position: -92px 0px;
	}
	
/*-----------------------------PlayerContainer------------------------------*/

.PlayerContainer {
	display: block; position: absolute;
	top: 0; left: 488px;
	width: 526px; height: 506px;
	background: url(/images/microsite.player-container.png);
	overflow: hidden;
}

/*----------------------------------Player----------------------------------*/

.Player {
	display: block; position: absolute;
	left: 19px; top: 31px;
	width: 480px; height: 450px;
	overflow: hidden;
}

/*---------------------------------BodyCopy---------------------------------*/

.BodyCopy {
	display: block; position: absolute;
	top: 100px; left: 540px;
	width: 424px; height: 506px;
}
	.BodyCopy h2 {
		font-size: 17px;
		color: #000;
		line-height: 1.2;
		margin: 0 0 0.8em 0;
		font-weight: bold;
	}
	.BodyCopy h3 {
		font-size: 14px;
		color: #000;
		line-height: 1.2;
		margin: 0 0 0.8em 0;
		font-weight: bold;
	}
	.BodyCopy p {
		color: #515254;
		font-size: 14px; line-height: 1.2;
		font-weight: bold;
		margin: 0 0 1.2em 0;
	}
	.BodyCopy ol {
		display: block; position: relative;
		font-size: 11px; line-height: 1.2;
		margin: 0; padding: 0;
		padding-left: 3em;
		left: -3em;
		list-style-position: outside;
	}
	.BodyCopy li {
		color: #515254;
		font-weight: bold;
		margin: 0 0 1.2em 0;
		padding: 0;
		padding: 0;
	}

/*----------------------------------Steps-----------------------------------*/

.steps {
	
}

.steps p {
	padding-left: 70px;
	margin-top: 28px;
	margin-bottom: -28px;
	padding-bottom: 38px;
}
	.step1 {
		background: url(/images/microsite.skype-download.png) no-repeat;
	}
	.step2 {
		background: url(/images/microsite.skype-credit.png) no-repeat;
	}
	.step3 {
		background: url(/images/microsite.skype-call.png) no-repeat;
	}
