﻿body, form, img, div
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
a, a:visited
{
	text-decoration: underline;
	color: #ffffff;
}
a:hover, a:visited:hover
{
	text-decoration: none;
	color: #CC99FF;
}
body
{
	background-image: url( 'BG.jpg' );
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.Title
{
	padding: 10px 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
.SubTitle
{
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 33px;
	color: #ffffff;
}
.Phone
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 400px;
	height: 300px;
	padding: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 19px;
	color: #ffffff;
	text-align: right;
	z-index: 10;
}

.Text
{
	position: absolute;
	top: 300px;
	left: 10px;
	width: 300px;
	height: 300px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: justify;
}

.Player
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 300px;
	height: 150px;
}

.Mic
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 200px;
	height: 432px;
	background-image: url( 'Mic.png' );
	background-repeat: no-repeat;
	z-index: 1;
}