html,body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

form
{
	margin: 0px;
}

body
{
	background: #cccccc;
}

#BackDiv
{
	background: #cccccc url(../images/bg.jpg) no-repeat;
	background-position: center center;
	z-index: -100;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#Menu
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	height: 100px;
}

#MenuContent
{
	padding-top: 20px;
	width: 850px;
	margin: 0 auto;
}

#MenuTitle
{
	float: left;
}

#Portfolio
{
	float: left;
}

#Portfolio img
{
	display: block;
	margin-bottom: 7px;
}

#Portfolio select
{
	background-color: #fff;
	border: solid 1px #000;
	font-family: "Times New Roman", Times, Sans-Serif;
	font-size: 12px;
	color: #000;
	width: 110px;
}

#About
{
	float: left;
}

#About img
{
	display: block;
	margin-bottom: 7px;
}

#Contact
{
	float: left;
}

#Contact img
{
	display: block;
	margin-bottom: 7px;
	border: 0px;
}

.Separator
{
	float: left;
	height: 60px;
	width: 1px;
	margin: 0px 10px 0px 10px;
	background-image: url(../images/bg_vertical.gif);
	background-repeat: repeat-y;
}

#Images
{
	position: absolute;
	z-index: 0;
	white-space: nowrap;
	cursor: move;
}

#Images img
{
	margin-left: 5px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #c4c4c4;
}

.HiddenField
{
	visibility: hidden;
}