http://3.bp.blogspot.com/-KSosYLmlIEk/Ttxp72upMSI/AAAAAAAAA90/XGL2akb73bA/s1600/space-wallpaper-hd-2-787548.jpg
http://www.mrwallpaper.com/wallpapers/Sunrise-Space-1920x1200.jpg
http://freetopwallpaper.com/wp-content/gallery/hd-wallpaper-free-download_1/hd-wallpaper-free-download-189.jpg
/Images/dark.png
body {
	font-family: verdana, sans-serif;
	font-size: 20px;
	color:#222222;
    font-style:normal

	
}

.leftcont{
    position:fixed;
    margin:0;
    height:100%;
    top:0;
    padding:0;
    left:0%;
    z-index:0.5;
    width:20px;
    background-color:#222222;
}
.topcont{
    position:fixed;
    margin:0;
    width:100%;
    top:0;
    padding:0;
    z-index:0.5;
    height:20px;
    background-color:#222222;
}
.bottomcont{
   position:fixed;
    margin:0;
    width:100%;
    bottom:0;
    padding:0;
    z-index:0.5;
    height:20px;
    background-color:#222222;
}
.bottomcont2{
   position:fixed;
    margin:0;
    width:100%;
    bottom:0;
    padding:0;
    z-index:0.5;
    height:200px;
    background-color:#000000;
}
.rightcont{
    position:fixed;
    margin:0;
    height:100%;
    top:0;
    padding:0;
    right:0%;
    z-index:0.5;
    width:20px;
    background-color:#222222;
}

/*html {
    background-color: #Fff;
    
}*/
/* /Images/bg4.jpg */
html {
            background-color: #000000; /*no-repeat center center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

/Images/bg.jpg
} 



p{
	font-family:"Verdana", Sans-serif;
	color: white;
}
.p3 {
  font-family: "Lucida Console", monospace;
  color:white;
}

h1{
	font-family:"Courier New", Courier;
	color: white;
}
h2{
  font-family: arial;
  font-size: 50px;
  font-style: bold;
  margin: 0;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

h3{font-family:"Verdana", Sans-serif;}

font{font-family:"Verdana", Sans-serif;}


a{font-family:"Verdana", Sans-serif; color: white; font-style:itlaic; outline: 0;}

table{
    margin: auto;
    align-content: center;
}

.container {
	margin-left: 5px;
        margin-right: 5px;
	width: 960px;
}

.block {
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.23);
        box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.23);
	margin-bottom:20px;
}

.center {
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}




.vertical-center {
  position: relative;
  top: 10%;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical-center2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30%;
  align-content: center;
  width: 100%;
}
.vertical-center3 {
  position: relative;
  top: 10%;
  padding-top:56px;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.bottom-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100px;
  align-content: center;
  width: 100%;
}


/*button*/
.buttons-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.button {
  display: inline-block;
  background: #c0c0c0;
  padding: 10px 10px;
  font-family: arial;
  font-size: 50px;
  font-style: bold;
  overflow: hidden;
  border: outset 4px;
  margin: 0 1px;
}

.button:active {
  border: inset 4px;
  background:#E6E6E6;
}


/*pink button*/
.bluebuttons-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bluebutton {
  display: inline-block;
  background: #0052cc;
  padding: 10px 10px;
  font-family: arial;
  font-size: 50px;
  font-style: bold;
  overflow: hidden;
  border: outset 4px;
  border-color: #0066ff;
  margin: 0 1px;
}

.bluebutton:active {
  border: inset 4px;
  border-color: #0052cc;
  background: #0066ff;
}


/*Circles*/

      .linkredsmall {
    display: inline-block;
    width: 100px;
    height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 250, 0, 0, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 0px;
	
	-webkit-transition: border 1.5s ease;
	-moz-transition: border 1.5s ease;
	-ms-transition: border 1.5s ease;
	-o-transition: border 1.5s ease;
	transition: border 1.5s ease;
}

	.linkredsmall:hover,
	.linkredsmall:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}
   
   
   
   
   .linkred {
    display: inline-block;
    width: 100px;
	height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 250, 0, 0, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 20px;
	
	-webkit-transition: border 1.5s ease;
	-moz-transition: border 1.5s ease;
	-ms-transition: border 1.5s ease;
	-o-transition: border 1.5s ease;
	transition: border 1.5s ease;
}

	.linkred:hover,
	.linkred:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}
    
    
   .linkorange {
    display: inline-block;
    width: 100px;
	height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 255, 89, 0, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 20px;
	
	-webkit-transition: border 2s ease;
	-moz-transition: border 2s ease;
	-ms-transition: border 2s ease;
	-o-transition: border 2s ease;
	transition: border 2s ease;
}

	.linkorange:hover,
	.linkorange:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}
    
    
       .linkyellow {
    display: inline-block;
    width: 100px;
	height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 255, 238, 0, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 20px;
	
	-webkit-transition: border 2s ease;
	-moz-transition: border 2s ease;
	-ms-transition: border 2s ease;
	-o-transition: border 2s ease;
	transition: border 2s ease;
}

	.linkyellow:hover,
	.linkyellow:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}
    
    
           .linkgreen {
    display: inline-block;
    width: 100px;
    height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 145, 255, 0, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 20px;
	
	-webkit-transition: border 2s ease;
	-moz-transition: border 2s ease;
	-ms-transition: border 2s ease;
	-o-transition: border 2s ease;
	transition: border 2s ease;
}

	.linkgreen:hover,
	.link:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}
    
    
           .linkblue {
    display: inline-block;
    width: 100px;
    height: 100px;

	border-radius: 50%;


    background: rgba(0,0,0,0);
    border-style: solid;
    border-color: rgba( 0, 255, 216, 1 );
    outline-width: 5px;

	margin: 0 0px;
	padding: 20px;
	
	-webkit-transition: border 2s ease;
	-moz-transition: border 2s ease;
	-ms-transition: border 2s ease;
	-o-transition: border 2s ease;
	transition: border 2s ease;
}

	.linkblue:hover,
	.linkblue:focus {
		border-color: rgba(0, 0, 0, 0);
		outline: 5px;
	}

           .linkwhite {
    display: inline-block;
    width: 26px;
    height: 26px;

    border-radius: 0%;


    background: rgba(250,250,250,0.2);
    border-style: solid;
    border-color: rgba( 250, 250, 250, 0);
    outline-width: 5px;

	margin: 0 0px;
	padding: 1.5%;
	
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

	.linkwhite:hover,
	.linkwhite:focus {
		background-color: rgba(250, 250, 250, 0.5);
        border-color: rgba(250, 250, 250, 0.5);
		outline: 5px;
	}


.icon {
	background-image: url(source/img/iconswhite.png );
	display: inline-block;

	width: 26px;
	height: 26px;
	line-height: 26px;

	padding:0;
	margin: 0;
	border: 0;
}

	.icon.url		{ background-position: 0 0; } 
	.icon.talk		{ background-position: -26px 0; } 
	.icon.films    	{ background-position: -78px 0; } 
	.icon.websites	{ background-position: -52px 0; } 
	.icon.email		{ background-position: -130px 0; } 
    .icon.steam    	{ background-position: -208px 0; } 
    .icon.chicken        { background-position: -260px 0; } 

    
 