/*
CSS file created with:Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: WorkMelon
File: css/style.css
Last edited: June 29, 2010, 1:57 pm
*/

/*  Main  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background:black;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:900px; /*  Change to desired width :)  */
}

#header {
	
}

#content {
	color:white;
	padding: 0 0 5em 0;
}
table{
	width:550px;
	margin-left:175px;

}
td{
	width:250px;
	padding:2em;
}
td:hover{
	background:#222;
}
#content a{
	color:white;
	text-decoration:none;
	font-size:2em;
}
#content a:hover{
	text-decoration:underline;
}
#footer {
	font-size:.3em;
	text-align:right;
	margin:0;
	padding:0 4em 0 0;
	background:white;
}
#footer a{
	color:#333;
	text-decoration:none;
}

