@font-face
{
    	font-family:'haxrcorp';
    	src: url('haxrcorpttf.ttf');
}

input {
	font-family: haxrcorp, monospace;
	font-size:30px;
}

body{
	font-family: haxrcorp, monospace;
	font-size:20px;
	background-color:#FFECEF;
	background-repeat: repeat;
}

.maincontainer {
	position: absolute;
	top: 25%;
	left: 25%;
	width:672px;
	height:319px;
   	margin: auto;
	background-color:transparent;
}

.main {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	position: absolute;
	top: -2px;
    	width: 536px;
	height: 295px;
    	left: -2px;
    	right: 190px;
    	margin: auto;
	background-color:#FFFFFF;
	text-align:center;
}

.maincontents {
	width:100%;
	height:100%;
}

.button {
	width:12px;
	height:12px;
	float: left;
	margin-right:2px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color:#ffffff;
}

.button:hover {
	background-color:#aaaaaa!important;
}

.searchbar {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	width: auto;
	height: 17px;
	background-color:#FFFFFF;
	overflow: hidden;
}

.searchinput {
	line-height:17px;
	height:17px;
	top:0px;
	position:relative;
	margin-left:1px;
	margin-right:1px;
	width:100%;
	border:none;
	font-family: haxrcorp, monospace;
	font-size:20px;
	padding-bottom: 0px;
	padding-top:0px;
	padding-left:2px;
	padding-right:2px;
	outline:none;
}

.searchinput:focus {
	outline:none;
	border:none;
}

.bottomcontainer {
	width:540px;
	height:12px;
	position:absolute;
	left:-2px;
	top:300px;
}

.sidebar {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	position: absolute;
	top: -2px;
	bottom:200px;
        width: 319px;
	height: 319px;
        left: 541px;
	background-color:#FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.time {
	color:#000000;
	font-family: haxrcorp, monospace;
	font-size: 25px;
	position: absolute;
	top: -22px;
        width: auto;
	height: auto;
        left: 2px;
}

.welcome {
	line-height:25px;
	font-family: haxrcorp, monospace;
	font-size:30px;
	position:absolute;
	top:50px;
	width:400px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
}

.bookmarkscontainer {
	width:auto;
	top: 130px;
	position:relative;
        display: inline-block;
}

ul {
	width:80px;
	list-style-type:none;
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:18px;
	margin-right:18px;
}

li {
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	height:20px;
	line-height:20px;
}

li:hover {
	background-color:#eeeeee;
}

a {
	text-decoration:none;
	font-size:20px;
	height:12px;
	line-height:12px;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

.clink {
	font-size: 20px;
	text-decoration:none;
	line-height: 16px;
	color:#000000;
}

.clink:hover{
	text-decoration:underline;
}

