body { 
	background-color: #000000;
	text-align:center;	
	font-size: small;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

img {
	border: 0;
}

/*
@media screen and (min-width: 640px) {
    #container { width:600px; }
}

@media screen and (max-width: 640px) {
    #primary { width:100%; }
}
*/

#p_container {
	width:375px;
	height: 343px;
	display:inline-block;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	background-color:#464646;
}

#t_container {
	width: 3360px;
	height: 80px;
	display: inline;
	text-align: justify;
	margin: 0 auto;
}
#txt{
	display:inline-block;	
	width:68px;
	padding-top: 10px;
	text-align:center;
}
a {
	text-decoration: none;
}
/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #C4C1C1;
}

/* mouse over link */
a:hover {
    color: #74FF83;
}

/* selected link */
a:active {
    color: #FF4D50;
}