html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*============================================================================================================================*/

@font-face {
font-family: "fazelfont";
src: url("fonts/Yekan.woff") format("woff");
}

body {
background: #ffeefe;
}

a {
text-decoration: none;
}

.main {
width: 1200px;
margin: 0 auto;
}

.container {
width: 1100px;
margin: 0 auto;
}

.menu_master .top_menu {
width: 100%;
float: right;
background: #540b51;
}

.menu_master .top_menu ul li {
display: inline-block;
}

.menu_master .top_menu ul li a {
display: block;
padding: 20px 10px;
color: #8fb8b8;
font: 18px "fazelfont";
}

.menu_master .top_menu ul li a:hover {
color: #b6dfdf;
}

.topright_menu {
float: right;
}

.topleft_menu {
float: left;
margin: 8px 0 0 20px;
}

.gamesicon {
margin: 8px 8px 8px 8px;
}

.messages {
padding: 20px 20px;
background: #f1c6ef;
border-radius: 10px;
margin: 10px 20%;
text-align: center;
}

.messages h1 {
font: 18px "fazelfont";
}

.messages p {
font: 15px "fazelfont";
}

.footerdate {
padding: 2px 10px 7px;
background: #cfe3c6;
color: #85947e;
text-align: left;
}