body	{
	background-image: url(mainback.jpg);
	background-repeat: no-repeat;
}

#main	{
	width: 800px;
	height: 600px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5%;
	background-image: url(samples/gif/background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;

}

#nav	{
	width: 150px;
	float: left;
	padding-top: 100px;
	padding-left: 25px;
}

#desc	{
	width: 500px;
	height: 550px;
	padding-top: 50px;
}

#sample	{
	font-size: 150%;
	text-align: center;
	padding-top: 50px;
}

#customerweb{
	width: 200px;
	float: left;
}

#customerbrief{
	width: 300px;
}

#footer	{
	float: clear;
	width: 800px;
	height: 50px;
	text-align: center;
	font-size: 75%;
	color: #ffffff;
}

img	{
	border-style: none;
}

p.contact{
	text-align: center;
	font-size: 150%;
}

p.underconstruction{
	color: red;
}

p.examples	{
	font-size: 150%;
}

a	{color: blue;
}

a.contact{
	color: white;
}

