body
{
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    background-image: url(../img/antecloseup.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
}

#logo
{
    position: absolute;
    left: 178px;
    top: 49px;
    width: 450px;
    height: 67px;
    z-index: 2;
    background-image: url(../img/antelogo450x67.jpg);
    background-color: #000000;
    border: 1px none #000000;
}

#login-link
{
    position: absolute;
    left: 567px;
    top: 79px;
    width: 5px;
    height: 3px;
    z-index: 5;
    background-color: #ffffff;
    background-color: none;
}

#navigation
{
    position: absolute;
    left: 45px;
    top: 150px;
    width: 250px;
    z-index: 2;
}

#main
{
    position: absolute;
    left: 300px;
    top: 150px;
    width: 456px;
    z-index: 4;
    border: 1px solid #ffffff;
    background-color: #000000;
}

#small_images
{
	float: left;
	width: 130px;
}

#small_images div.standing img
{
	float: left;
	border: 1px solid RGB(0,0,0);
	height: 50px;
	widht: 30px;
	margin: 5px;
}

#small_images div.lying img
{
	float: left;
	border: 1px solid RGB(0,0,0);
	height: 30px;
	widht: 50px;
	margin: 5px;
}

#large_image
{
	float: left;
	margin-left: 10px;
}

#large_image img
{
	display: block;
	border: 1px solid RGB(0,0,0);
}

