@charset "utf-8";
#container {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	background-image: url(../img/pattern2.jpg);
	margin: 0px;
}


a{
color: #55A0FF;
text-decoration:none;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}