body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
    color: white;
}
img,fieldset
{
	border:none;
}

/*** Main Layout ***/

html
{
	padding:10px;
	background:#fff;
}

body
{
	font-size:62.5%;
	
	color:#e0e0e0;
}

body,input,textarea
{
	font-family: helvetica, arial, sans-serif;
}

.headerContainer
{
	height:50px;
	background:#ffffff;

}

.header
{

	width:940px;
	padding:0px 20px;
	margin:0 auto;
	height:50px;
	text-align: center;
}
.div {
	position: relative;
}
#title
{
	font-size:3em;
	margin: 0 auto;
}
.epasts:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}


.content
{
	position: relative;
	font-family: monospace;
	font-size: 2em;
	width:940px;
	height:420px;
	padding:0px 5% 0px;
	margin: 0 auto;
	overflow:hidden;
	background:#666666 url("http://bergmanis.lv/images/bg_texture.png") center top;
	display:grid;
	align-content: space-evenly;	
}
.right-bottom {
	text-align: right;
}
