*{
margin:0;
padding:0;
}

body{
background:#000 url(http://webjam.lowfi.es/wp-content/uploads/2009/03/conference_wave2.gif) no-repeat;
font-family:courier new, monospace ;
font-size:12px;
color:white;
}

#work{
float:left;
width:200px;
}

#page{
margin:40px 0 0 40px;
}

#other{
float:right;
width:500px;
}

h1{
font-weight:normal;
margin:0 0 30px 0;
}

h1 a {
text-decoration:none;
}

h2{
font-weight:normal;
margin:0 0 10px 0;
}

ul, li{
list-style-type:none;
}

li{
margin:0 0 10px 0;
}

#other, #other a {
color:grey;
}
img{
border:none;
margin:0 0 20px 0;
}

.linkcat{
width:200px;
float:right;
}

a{
color:white;
}

a:hover{
text-decoration:none;
}



::selection {
	background: #000000; /* Safari */
	}
::-moz-selection {
	background: #000000; /* Firefox */
}