<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Spijo - Houston Events</title>

<style type="text/css">

body
{
	background-color: black;
}
table
{
	width: 800px;
	height: 100%;
	background-color: black;
	color: black;
	//border: 6px solid maroon;
	margin-left: auto;
	margin-right: auto;
}
tr
{
	background: black;
	height: 100px;
}
td
{
	vertical-align: middle;
	text-align: center;
	color: white;
	//border: 6px solid maroon;
	padding: 0px;
	width: 25%;
	background-color: black;
}
img
{
	border-style: none;
	height: 100px;
	width: 150px;
}

</style>

</head>




<body>

<table cellspacing="30">

	<tr>
		<td><h1>SPIJO</h1><br></td>
		<td><a href="festivals.html" border=0><img src="images/cookoff.jpg"><br>festivals</a></td>
		<td><a href="concerts.html"><img src="images/concerts.jpg"><br>concerts</td>
		<td><a href="happyhr.html"><img src="images/happyhr.jpg"><br>happy hour</td>
	</tr>

	<tr>
		<td><a href="live.html"><img src="images/live.jpg"><br>live music</td>
		<td><a href="comedy.html"><img src="images/comedy.jpg"><br>comedy</td>
		<td><a href="theatre.html"><img src="images/ballet.jpg"><br>theatre</td>
		<td><a href="museums.html"><img src="images/museum.jpg"><br>museums</td>
	</tr>

	<tr>	
		<td><a href="mixers.html"><img src="images/mixer.jpg"><br>networking mixers</td>
		<td><a href="sports.html"><img src="images/sports.jpg"><br>sporting events</td>
		<td><a href="clubs.html"><img src="images/club.jpg"><br>clubs</td>
		<td><a href="template.html"><img src="images/cookoff.jpg"><br>cook-offs</td>
	</tr>

	<tr>
		<td><a href="template.html"><img src="images/artshows.jpg"><br>art shows</td>
		<td><a href="template.html"><img src="images/food.jpg"><br>restaurants</td>
		<td><a href="search.html"><img src="images/search.gif"><br>custom search</td>
		<td><a href="deal.html"><img src="images/deal.gif"><br>deal of the day</td>
	</tr>
 	
 </table>

</body>
</html>