a {
	text-decoration:none;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: red;
}

body {
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 60% 24%;
}

#left {

	text-align: right;
	margin: 5.5% 60% 0px 0px;

}

#vline {
	text-align: right;
	margin: 3% 57% 0px 0px;

}
