body {
	background:#fff url(../graphics/stones.gif) repeat;
	font-family:"Courier New", monospace;
}
.small { font-size:90%;font-weight:normal; }
h1 {
	color:#000;
	margin:0px;
}
h2 {
	color:#000;
	margin:0px;
}
h3 {
	margin-bottom:0px;
}
div.menu {
	text-align:right;
	font-weight:bold;
}
a { color:blue;font-weight:bold; }
div.wrapper {
	width:100%;
	margin:0px auto;
}
div.movies {
}
div.movies img {
	width:150px;
	height:150px;
}
div.friends {
	text-align:center;
	width:80%;
	margin:0px auto;
}
div.friends p, div.friends h3 {
	margin:0px;
}
table.buttons {
	width:80%;
	margin:0px auto;
}
table.buttons thead {
	background-color:#000;
	color:#fff;
}
table.buttons thead th {
	padding:5px;
}
table.buttons a {
	background-color:blue;
	color:#fff;
}

