@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	
	background-image:url('bg.jpg');
	background-position:center top;
	background-repeat: repeat-y;
}

p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#acacac;
}


a {
	text-decoration:none;
	color:#c48d2b;
}

a:hover {
	text-decoration:none;
}

#mainContainer {
	margin-right:auto;
	margin-left:auto;
	width:1100px;
	min-height:100%;
	position:relative;
	background-image:url('table_shadow.png');
	background-size: 1226px 1696px;
	background-position: -80px 20px;
	background-repeat: no-repeat;
}

.day01 {
	position: absolute;
	left:280px;
	top:200px;
}

.day02{
	position: absolute;
	left:280px;
	top:560px;
}

.day03{
	position: absolute;
	left:280px;
	top:900px;
}

.skills{
	position: absolute;
	left:240px;
	top:1250px;
}

.pspacer{
	margin-left: auto;
	margin-right: auto;
}

.pstandard {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}