/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body,td {
	line-height: 135%;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	width: 100%;
	text-align: center;
	background-image:url("http://www.aminoss.com/images/bgtop01.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}

body.f-smaller {
	font-size: 10px;
}

body,
body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

p {
	/* setup some more readable paragraph spacing */
	margin-top: 10px;
	margin-bottom: 15px;
	color: white;
	font-family:Arial,sans-serif;
	font-size:11px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0;
	font-family: Century Gothic, Arial, sans-serif;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* @end */

#content {
	font-size:70%;
	line-height:150%;
	margin:8px auto;
	padding:0pt;
	text-align:center;
	width:920px;
}

div#topbanner {
	padding-top: 15px;
	padding-bottom: 185px;
}

table#vignettes0	{
	margin-top: 15px;
	vertical-align: middle;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 460px;
}

table#vignettes1	{
	margin-top: 130px;
	vertical-align: bottom;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}

div#mainbody {
	width: 920px;
	padding-bottom: 10px;
	text-align:center;
}

#footer {
	width: 920px;
	text-align:center;
}

div#stats	{
	visibility: hidden;
	display: none;
}


.btn_contact img	{
	display: none;
}

.btn_contact {
	display: block;
	width: 190px;
	text-align: center;
	height: 24px;
	background-color:transparent; 
	border:0px;
	background-image:url("http://www.aminoss.com/images/btn_contact.png");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aminoss.com/images/btn_contact.png', sizingMethod='scale');
}

* html .btn_contact	{
	background-image:none;
}

.btn_contact:hover {
	background-color:transparent; 
	border:0px;
	background-image:url("http://www.aminoss.com/images/btn_contact_lighted.png");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aminoss.com/images/btn_contact_lighted.png', sizingMethod='scale');
}

* html .btn_contact:hover {
	background-image:none;
}

