@import url("css/boilerplate.css");
@import url("css/layout.css");



#outertimestamp
{
	width:350px;
	height:30px;
	overflow:hidden;
}

#timestamp
{
	position:relative;
border:1px;
top:-12px;
left:-600px;
width:975px;
height:200px;
}

#outerdiv
{
width:150px;
height:50px;
overflow:hidden;
}

#goldiframe
{
position:relative;
border:none;
top:-15px;
left:20px;
width:300px;
height:200px;
}

#silveriframe
{
	border:none;
position:relative;
top:-15px;
left:-170px;
width:310px;
height:220px;
}

#platinumiframe
{
position:relative;
border:none;
top:-15px;
left:-340px;
width:470px;
height:220px;
}

.alignleft {
	float:left;
	margin: 10px;
}

.alignright {
	float:right;
	margin: 10px;
}