html {
	height: 100%;
}
body {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #514E4E;
	font-family: "Arial Rounded MT Bold";
	font-size:11px;
	color:#FFF;
}
a
{
	color:#FFF;
	text-decoration:none;
}
a:Visited
{
	color:#FFF;
	text-decoration:none;
}
a:Hover
{
	color: #C4BDA3;
	text-decoration:none;
}
a:Hover:Visited
{
	color: #C4BDA3;
	text-decoration:none;
}
.scriptography_trademark {
	background-image: url(../images/scriptography_tm.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_default {
	background-image: url(../images/default_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_blogography {
	background-image: url(../images/blogography_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_get-in-touch {
	background-image: url(../images/get-in-touch_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_script-consulting {
	background-image: url(../images/script-consulting_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_slates-n-schemes {
	background-image: url(../images/slates-n-schemes_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_who-are-we {
	background-image: url(../images/who-are-we_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_what-we-do {
	background-image: url(../images/what-we-do_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.background_writers-labs {
	background-image: url(../images/writers-labs_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.Footer {
	font-size: 8px;
	font-family: "Arial Rounded MT Bold";
	color: #FFF;
}
.BodyText {
	text-align: justify;
	color: #FFF;
	font-size: 11px;
	font-weight:500;
	font-family: Verdana, Geneva, sans-serif;
	max-width:450px;
}
.Heading {
	font-size: 18px;
	color: #C4BDA3;
	font-family: "Arial Black", Gadget, sans-serif;
}
.TableBackgroundY
{
	background-repeat:repeat-y;
	background-position:top right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.SubHeading {
	font-size: 13px;
}
.FadeTable
{
	background-position:bottom;
	background-repeat:repeat-x;
}

.MiddleCenter
{
vertical-align:middle;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
}

