body {
	margin: 20px;
	background-color: black;
	color: white;
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B', Verdana, Helvetica, Arial, Times, sans-serif;
}
a {
	color: white;
}

.container {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.row {
	display: table-row;
}
.leftside {
	display: table-cell;
	text-align: right;
}
.rightside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.header {
	
}
.content {
	
}
.footer {
	margin-top:40px;
}

.footer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.footer li {
	display: inline;
}
.footer li:after {
	content: " \2022 ";
    color: #ccc;
    margin: 0 4px;
}
.footer li:last-child:after {
	content: "";
}