/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ccc;
	text-decoration:none;
	background-color:#000000;
	margin:10% 20px;
}

.table {
	padding:0px 40px;
}

.border_top {
background:url(image/line_top.png) repeat-x;
}

.border_left {
background:url(image/line_left.png) repeat-y;
}

.border_right {
background:url(image/line_right.png) repeat-y;
}

.border_bottom {
background:url(image/line_bottom.png) repeat-x;
}

a {
text-decoration:none;
}

