@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;}
a,a:visited{
	color:#024266;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{background-color:#4176ac;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
img{border:0}
#headerWrapper{}
#contentWrapper{}
#footerWrapper{
	clear:both;
	margin:0 auto;
	text-align:center;
}
.divMwn a{text-align:center; text-decoration: none;color:#C0C0C0;font-size: 75%;}
.divMwn a:hover{color:#ddd;}
.imageConstuction{
	background:transparent url(../images/comsoon.jpg) no-repeat scroll 0 0;
	height:166px;
	margin:10% auto 20px;
	text-align:center;
	width:572px;
}
/*style for #tweet*/
#tweet{
	background:transparent url(../images/twiit.png) no-repeat scroll right 0;
	clear:both;
	color:#CCCCCC;
	font-size:11px;
	height:174px;
	margin:0 auto 40px;
	width:572px;
}
#tweet ul {
	float:left;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:17px 0 0 90px;
	padding:0;
	width:400px;
}
#tweet p.loading{
	float:left;
	margin:17px 0 0 90px;
}
p.loading img{
	float:right;
	margin-left:10px;
	margin-top:3px;
}
p.linkToTweet{
	float:left;
	margin-left:90px;
	margin-top:10px;
}
a.userTweet,a:visited;{
	color:#024266;
}
span.timeTweet{
	color:#f2d616;
	text-decoration: none;
}
