﻿* A
{
	margin: 0;
	padding: 0;
}

a img
{
	border-width: 0;
}

body
{
	background-color: Black;
	z-index: 0;
}

.SilentOrb_Container
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
	min-height: 750px;
}


.SilentOrb_Background_Animation
{
	position: absolute;
	left: -20px;
	right: 0;
	top:-20px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	min-height: 750px;
	z-index:-1;
}

.SilentOrb_Menu
{
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: large;
	color: #00C1C1;}

.SilentOrb_Menu_Container
{
	float: right;
	margin: 12px 30px auto auto;
	width: 135px;

}



.SilentOrb_Menu a
{
	color: #C7C7C7;
	font-size: large;
	text-decoration: none;
}

.SilentOrb_Menu a:hover
{
	color: White;
	font-size: large;
	text-decoration: none;
}

.SilentOrb_Content
{
	float: left;
	margin: 0px 13px auto 45px;
	width: 500px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	color: #E9E9E9;
}

.SilentOrb_Content p
{
	margin-bottom: 10pt;
	text-align: justify;
}

.SilentOrb_Content a
{
	color: #90E0FF;
}
