
body{
	background: url("images/background.jpg") #404040;
	background-align: top left;
	background-repeat: no-repeat;
}

.tableheader{
	background: url("images/gradient.jpg") #404040;
	background-align: top left;
	background-repeat: repeat-y;
}

.tableheader th{
	width: 100px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.tablepictures{
	height: 600px;
}


.tableheader th:hover{
	background: #606060;
}

a{
	text-decoration: none;
	weight: bold;
	color: #FFFFFF;
}

img{
	border: 0;
}

