/* TLK STYLE DOC */

* {
	padding: 0px;
	margin: 0px;
	border-style: none;
	}
	
body {
	background-image:url(img/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#45494d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	}
	
a:link, a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #3366FF;
	text-decoration: none;
	}
a.logo {
	background-image:url(img/logotlkdoc.png) !important;
	background-image:url(img/logotlkdoc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-bottom: 8px;
	height:96px;
	}
	
#container {
	width: 368px;
	margin-left:auto;
	margin-right:auto;

	}

#content{}

#flag {
	text-align: center;
	background-color:#fff;
	font-weight: bold;
	}
	
	#flag ul {
	list-style-type: none;
	padding:8px 0 8px 0;
	}
	
	#flag li{
	padding:8px 0 0px 0;
	}
	
#footer {
	text-align: center;
	margin-top: 0px;
	padding-top:16px;
	color: #CCC;
	}
	
.pub {
	text-align: center;
	width: 33%;
	float: left;
	margin-top: 16px;
	}
	
.screen { 
	text-align: center;
	background-color:#fff;
	}
	
.screen img{}	
	
.border-top {
	background-image:url(img/bg_top.png) !important;
	background-image:url(img/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:16px;
	}
	
.border-bottom {
	background-image:url(img/bg_bottom.png) !important;
	background-image:url(img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:16px;
	}