@charset "UTF-8";
/* CSS Document */

/*
#mainBg
{
	background:#0090FF none repeat scroll 0 0;
}
*/
#copyHolder
{
	max-width:450px;
	width:450px;

}


#copyHolder > div
{
	font-size:1.3em;
}


#aboutAcc
{
	position:relative;
	width:410px;
	font-size:1.4em;
	text-align:center;
	z-index:10;
	float:left;

}

#aboutAcc img{
	border:1px solid gray;
}


#aboutAccCopy
{
	padding:0px 40px;
	width:330px;
}

#aboutAccCopy > b
{
	font-size:1.2em;
}


.todo
{
	display:block;
	margin:2em 0em;
	min-height:75px;
}

.todo > a
{
	font-size:1.2em;
	text-decoration:none;
	color:#0000FF;
}

.todo img
{
	border:3px double gray;
	float:left;
	margin-right:15px;
}