﻿body {
	direction: ltr;
	margin: 0;
	padding: 0;
	background-color: black;
	width: 100%;
	min-height: 100%;
	color: white;
	text-align: center;
}
html {
	width: 100%;
	min-height: 100%;
}
#container {
	margin: 0;
	padding: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
}

img {
	border: 0;
	behavior: url("pngbehavior.htc");
}
img.pic {
	border: 1px solid #666666;
	padding: 2px;
}
#photo
{
	float: right;
}
#title {
	width: 100%;
	top: 20px;
	position: relative;
	height: 130px;
	background: url('images/title_back.png') repeat-x bottom;
	text-align: center;
}
#tagline {
	position: relative;
	top: -10px;
	color: #666666;
	font: 15px Helvetica, Arial, sans-serif;
}
a:active {
	outline: none;
}
a:link {
	text-decoration: underline;
	color: #cccccc;
}
a:hover
{
	color:white;
}
#content {
	top: 50px;
	position: relative;
	font: 14px Helvetica, Arial, sans-serif;
	text-align:center;
}
