.first
{
	position:absolute;
	top:20px;
	left:10px;
}
.second
{
	position:absolute;
	top:20px;
	left: 320px;
	
}
.third
{
	position:absolute;
	top: 20px;
	left: 630px;
}

.start
{
	margin-top:250px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

img
{
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	margin: 10px;
}

img.noBorder {
	border-width: 0px 0px 0px 0px;
}